20212223242526
public void setUp() throws IOException { app = new StandaloneInitTerminateTestApplication(); server = new InlineServer(app); WebServer.ensureStartup(server, 100); baseURL = "http://localhost:" + server.getPort() + "/"; client = new HTTPClient(); }