3435363738394041
abstract public class BaseTestWithServer extends BaseTest { protected CallbackHttpServer server; @Before public void startServer() throws Exception { server = new CallbackHttpServer(); server.start(); }