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

/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/session/blacklist/
H A DCTSSessionBlacklistTest.java56 private ScheduledExecutorService mockScheduler; field in class:CTSSessionBlacklistTest
70 testBlacklist = new CTSSessionBlacklist(mockCts, mockScheduler, mockThreadMonitor, mockServerConfig,
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/blacklist/
H A DCTSBlacklistTest.java58 private ScheduledExecutorService mockScheduler; field in class:CTSBlacklistTest
72 testBlacklist = new CTSBlacklist<>(mockCts, TokenType.SESSION_BLACKLIST, mockScheduler, mockThreadMonitor,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java885 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1059 return mockScheduler;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java873 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1048 return mockScheduler;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java891 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1065 return mockScheduler;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java873 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1048 return mockScheduler;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java885 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1059 return mockScheduler;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java840 private final ScheduledExecutorService mockScheduler = new ScheduledExecutorService() field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockProvider
1011 return mockScheduler;

Completed in 64 milliseconds