39404142434445
assertTrue("server did not launch correctly", launchServer(Server.class)); } @Test public void testBasicConnection() throws Exception { assertEquals("dummy", getPort().sendNotification(new SendNotification())); }
38394041424344