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