}
@Test
public void testClientDisconnect() throws Exception {
ServerLauncher launcher = new ServerLauncher(BookContinuationClient.class.getName());
assertTrue("server did not launch correctly", launcher.launchServer());
Thread.sleep(4000);
}
protected String getBaseAddress() {