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