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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DOperationTestCase.java55 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
82 ldapStatistics = lch.getStatTracker();
87 assertNotNull(ldapStatistics);
450 * Checking ldapStatistics.getModifyResponses() too soon can lead to
457 if (ldapStatistics.getModifyResponses() == expectedValue) {
462 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
466 * Checking ldapStatistics.getAddResponses() too soon can lead to
473 if (ldapStatistics.getAddResponses() == expectedValue) {
478 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DOperationTestCase.java50 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
79 ldapStatistics = lch.getStatTracker();
84 assertNotNull(ldapStatistics);
419 * Checking ldapStatistics.getModifyResponses() too soon can lead to
426 if (ldapStatistics.getModifyResponses() == expectedValue) {
431 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
435 * Checking ldapStatistics.getAddResponses() too soon can lead to
442 if (ldapStatistics.getAddResponses() == expectedValue) {
447 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DOperationTestCase.java55 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
82 ldapStatistics = lch.getStatTracker();
87 assertNotNull(ldapStatistics);
450 * Checking ldapStatistics.getModifyResponses() too soon can lead to
457 if (ldapStatistics.getModifyResponses() == expectedValue) {
462 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
466 * Checking ldapStatistics.getAddResponses() too soon can lead to
473 if (ldapStatistics.getAddResponses() == expectedValue) {
478 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DOperationTestCase.java50 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
79 ldapStatistics = lch.getStatTracker();
84 assertNotNull(ldapStatistics);
419 * Checking ldapStatistics.getModifyResponses() too soon can lead to
426 if (ldapStatistics.getModifyResponses() == expectedValue) {
431 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
435 * Checking ldapStatistics.getAddResponses() too soon can lead to
442 if (ldapStatistics.getAddResponses() == expectedValue) {
447 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DOperationTestCase.java55 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
82 ldapStatistics = lch.getStatTracker();
87 assertNotNull(ldapStatistics);
450 * Checking ldapStatistics.getModifyResponses() too soon can lead to
457 if (ldapStatistics.getModifyResponses() == expectedValue) {
462 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
466 * Checking ldapStatistics.getAddResponses() too soon can lead to
473 if (ldapStatistics.getAddResponses() == expectedValue) {
478 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DOperationTestCase.java50 protected LDAPStatistics ldapStatistics; field in class:OperationTestCase
79 ldapStatistics = lch.getStatTracker();
84 assertNotNull(ldapStatistics);
419 * Checking ldapStatistics.getModifyResponses() too soon can lead to
426 if (ldapStatistics.getModifyResponses() == expectedValue) {
431 assertEquals(ldapStatistics.getModifyResponses(), expectedValue);
435 * Checking ldapStatistics.getAddResponses() too soon can lead to
442 if (ldapStatistics.getAddResponses() == expectedValue) {
447 assertEquals(ldapStatistics.getAddResponses(), expectedValue);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java156 private LDAPStatistics ldapStatistics; field in class:ExternalChangeLogTest
1955 ldapStatistics = lch.getStatTracker();
1959 assertNotNull(ldapStatistics);
2028 long searchRequests = ldapStatistics.getSearchRequests();
2029 long searchEntries = ldapStatistics.getSearchResultEntries();
2030 long searchReferences = ldapStatistics.getSearchResultReferences();
2031 long searchesDone = ldapStatistics.getSearchResultsDone();
2247 ldapStatistics = lch.getStatTracker();
2251 assertNotNull(ldapStatistics);
2390 long searchRequests = ldapStatistics
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java156 private LDAPStatistics ldapStatistics; field in class:ExternalChangeLogTest
1955 ldapStatistics = lch.getStatTracker();
1959 assertNotNull(ldapStatistics);
2028 long searchRequests = ldapStatistics.getSearchRequests();
2029 long searchEntries = ldapStatistics.getSearchResultEntries();
2030 long searchReferences = ldapStatistics.getSearchResultReferences();
2031 long searchesDone = ldapStatistics.getSearchResultsDone();
2247 ldapStatistics = lch.getStatTracker();
2251 assertNotNull(ldapStatistics);
2390 long searchRequests = ldapStatistics
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java156 private LDAPStatistics ldapStatistics; field in class:ExternalChangeLogTest
1955 ldapStatistics = lch.getStatTracker();
1959 assertNotNull(ldapStatistics);
2028 long searchRequests = ldapStatistics.getSearchRequests();
2029 long searchEntries = ldapStatistics.getSearchResultEntries();
2030 long searchReferences = ldapStatistics.getSearchResultReferences();
2031 long searchesDone = ldapStatistics.getSearchResultsDone();
2247 ldapStatistics = lch.getStatTracker();
2251 assertNotNull(ldapStatistics);
2390 long searchRequests = ldapStatistics
[all...]

Completed in 50 milliseconds