Searched refs:assertSendsNotificationForSessionEvent (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DSessionNotificationPublisherTest.java90 assertSendsNotificationForSessionEvent(SessionEventType.SESSION_CREATION);
95 assertSendsNotificationForSessionEvent(SessionEventType.IDLE_TIMEOUT);
100 assertSendsNotificationForSessionEvent(SessionEventType.MAX_TIMEOUT);
105 assertSendsNotificationForSessionEvent(SessionEventType.LOGOUT);
110 assertSendsNotificationForSessionEvent(SessionEventType.DESTROY);
115 assertSendsNotificationForSessionEvent(SessionEventType.PROPERTY_CHANGED);
128 private void assertSendsNotificationForSessionEvent(SessionEventType sessionEventType) { method in class:SessionNotificationPublisherTest

Completed in 26 milliseconds