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

/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/session/service/access/persistence/caching/
H A DInMemoryInternalSessionCacheStepTest.java56 private SessionServiceConfig mockSessionConfig; field in class:InMemoryInternalSessionCacheStepTest
76 given(mockSessionConfig.getMaxSessionCacheSize()).willReturn(MAX_SESSIONS);
81 testCache = new InMemoryInternalSessionCacheStep(mockSessionConfig, mockDebug, mockSessionModificationWatcher);
177 given(mockSessionConfig.getMaxSessionCacheSize()).willReturn(MAX_SESSIONS * 2);

Completed in 33 milliseconds