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