Пример #1
0
 @After
 public void stopServer() throws Exception {
   server.stop();
 }
Пример #2
0
 @Before
 public void startServer() throws Exception {
   server = new AtmServer(PORT, cashSlot, account);
   server.start();
 }