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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1377 * - assertEquals(testedValue, expectedValue);
1386 * @param testedValue The value we want to test
1389 private void sleepAssertStatusEquals(int secTimeout, LDAPReplicationDomain testedValue, argument
1394 if ((testedValue == null) || (expectedValue == null))
1411 if (testedValue.getStatus().equals(expectedValue))
1422 testedValue.getStatus().toString() + "> where expected <" +
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1186 * - assertEquals(testedValue, expectedValue);
1195 * @param testedValue The value we want to test
1198 private void sleepAssertStatusEquals(int secTimeout, LDAPReplicationDomain testedValue, argument
1201 assertTrue(testedValue != null && expectedValue != null, "sleepAssertStatusEquals: null parameters");
1211 if (testedValue.getStatus().equals(expectedValue))
1220 + testedValue.getStatus() + "> where expected <" + expectedValue
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1377 * - assertEquals(testedValue, expectedValue);
1386 * @param testedValue The value we want to test
1389 private void sleepAssertStatusEquals(int secTimeout, LDAPReplicationDomain testedValue, argument
1394 if ((testedValue == null) || (expectedValue == null))
1411 if (testedValue.getStatus().equals(expectedValue))
1422 testedValue.getStatus().toString() + "> where expected <" +
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1186 * - assertEquals(testedValue, expectedValue);
1195 * @param testedValue The value we want to test
1198 private void sleepAssertStatusEquals(int secTimeout, LDAPReplicationDomain testedValue, argument
1201 assertTrue(testedValue != null && expectedValue != null, "sleepAssertStatusEquals: null parameters");
1211 if (testedValue.getStatus().equals(expectedValue))
1220 + testedValue.getStatus() + "> where expected <" + expectedValue
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1377 * - assertEquals(testedValue, expectedValue);
1386 * @param testedValue The value we want to test
1389 private void sleepAssertStatusEquals(int secTimeout, LDAPReplicationDomain testedValue, argument
1394 if ((testedValue == null) || (expectedValue == null))
1411 if (testedValue.getStatus().equals(expectedValue))
1422 testedValue.getStatus().toString() + "> where expected <" +

Completed in 43 milliseconds