Searched defs:testSessionMonitoringStore (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DSessionMonitoringStoreTest.java35 private SessionMonitoringStore testSessionMonitoringStore; field in class:SessionMonitoringStoreTest
45 testSessionMonitoringStore = new SessionMonitoringStore(service, mockFactory, refreshStore,
61 testSessionMonitoringStore.storeRefreshTime(duration, type);
80 testSessionMonitoringStore.storeRefreshTime(duration, type);
99 testSessionMonitoringStore.storeDestroyTime(duration, type);
118 testSessionMonitoringStore.storeDestroyTime(duration, type);
137 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
156 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
175 testSessionMonitoringStore.storeLogoutTime(duration, type);
194 testSessionMonitoringStore
[all...]
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/monitoring/
H A DSessionMonitoringStoreTest.java35 private SessionMonitoringStore testSessionMonitoringStore; field in class:SessionMonitoringStoreTest
45 testSessionMonitoringStore = new SessionMonitoringStore(service, mockFactory, refreshStore,
61 testSessionMonitoringStore.storeRefreshTime(duration, type);
80 testSessionMonitoringStore.storeRefreshTime(duration, type);
99 testSessionMonitoringStore.storeDestroyTime(duration, type);
118 testSessionMonitoringStore.storeDestroyTime(duration, type);
137 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
156 testSessionMonitoringStore.storeSetPropertyTime(duration, type);
175 testSessionMonitoringStore.storeLogoutTime(duration, type);
194 testSessionMonitoringStore
[all...]

Completed in 29 milliseconds