Exemplo n.º 1
0
 @After
 public void stopServer() throws Exception {
   server.stop();
 }
Exemplo n.º 2
0
 @Before
 public void startServer() throws Exception {
   server = new AtmServer(PORT, cashSlot, account);
   server.start();
 }