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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DAbandonOperationTestCase.java787 * @param expectedCount The abandon count the server is expected to reach.
791 private void waitForAbandon(long expectedCount) argument
797 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
805 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DAbandonOperationTestCase.java760 * @param expectedCount The abandon count the server is expected to reach.
764 private void waitForAbandon(long expectedCount) argument
770 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
778 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DAbandonOperationTestCase.java787 * @param expectedCount The abandon count the server is expected to reach.
791 private void waitForAbandon(long expectedCount) argument
797 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
805 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DAbandonOperationTestCase.java760 * @param expectedCount The abandon count the server is expected to reach.
764 private void waitForAbandon(long expectedCount) argument
770 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
778 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DAbandonOperationTestCase.java787 * @param expectedCount The abandon count the server is expected to reach.
791 private void waitForAbandon(long expectedCount) argument
797 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
805 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DAbandonOperationTestCase.java732 * @param expectedCount The abandon count the server is expected to reach.
736 private void waitForAbandon(long expectedCount) argument
742 if (ldapStatistics.getOperationsAbandoned() == expectedCount)
750 throw new AssertionError("Expected abandon count of " + expectedCount +
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java655 private void checkChangelogSize(int expectedCount) argument
667 if (searchOperation.getSearchEntries().size() != expectedCount)
675 assertEquals(searchOperation.getSearchEntries().size(), expectedCount);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java655 private void checkChangelogSize(int expectedCount) argument
667 if (searchOperation.getSearchEntries().size() != expectedCount)
675 assertEquals(searchOperation.getSearchEntries().size(), expectedCount);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java655 private void checkChangelogSize(int expectedCount) argument
667 if (searchOperation.getSearchEntries().size() != expectedCount)
675 assertEquals(searchOperation.getSearchEntries().size(), expectedCount);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java562 private void checkChangelogSize(int expectedCount, int timeout) throws Exception argument
580 && searchOperation.getSearchEntries().size() != expectedCount);
581 Assertions.assertThat(searchOperation.getSearchEntries()).hasSize(expectedCount);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java562 private void checkChangelogSize(int expectedCount, int timeout) throws Exception argument
580 && searchOperation.getSearchEntries().size() != expectedCount);
581 Assertions.assertThat(searchOperation.getSearchEntries()).hasSize(expectedCount);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DGenerationIdTest.java567 private void checkChangelogSize(int expectedCount) throws Exception argument

Completed in 57 milliseconds