//// Activate more than once
support.fireSessionCreated(session);
//// Deactivate
support.fireSessionDestroyed(session);
//// Deactivate more than once
support.fireSessionDestroyed(session);
EasyMock.verify(listener);
assertTrue(session.isClosing());
assertEquals(0, support.getManagedSessions().size());