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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1270 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1345 stopLatch.countDown();
1356 stopLatch.await(10, TimeUnit.SECONDS);
1361 stopLatch.await();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1263 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1319 stopLatch.countDown();
1330 stopLatch.await(10, TimeUnit.SECONDS);
1335 stopLatch.await();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1276 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1351 stopLatch.countDown();
1362 stopLatch.await(10, TimeUnit.SECONDS);
1367 stopLatch.await();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1263 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1319 stopLatch.countDown();
1330 stopLatch.await(10, TimeUnit.SECONDS);
1335 stopLatch.await();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1270 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1345 stopLatch.countDown();
1356 stopLatch.await(10, TimeUnit.SECONDS);
1361 stopLatch.await();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1222 private final CountDownLatch stopLatch = new CountDownLatch(1); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1276 stopLatch.countDown();
1287 stopLatch.await(10, TimeUnit.SECONDS);
1292 stopLatch.await();

Completed in 80 milliseconds