Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- public void withoutSessionHandler() throws Exception {
- new Server().setHandler(handler);
- handler.start();
- try {
- assertThat(getSessionHandlers(handler)).isEmpty();
- } finally {
- handler.stop();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment