setContextPath("/sample-echo");
}
@Test
public void testEcho() throws DeploymentException, InterruptedException, IOException {
final Server server = startServer(EchoEndpoint.class);
final CountDownLatch messageLatch = new CountDownLatch(1);
final CountDownLatch onOpenLatch = new CountDownLatch(1);
final CountDownLatch onCloseLatch = new CountDownLatch(1);