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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java521 int timeout, final boolean expectedAttributeValueFound) throws Exception
523 checkEntryHasAttribute(dn, attrTypeStr, valueString, timeout / 1000, expectedAttributeValueFound, null);
524 return expectedAttributeValueFound;
528 int timeoutInSecs, final boolean expectedAttributeValueFound, final String foundMsg) throws Exception
545 assertEquals(foundAttributeValue, expectedAttributeValueFound, foundMsg);
520 checkEntryHasAttribute(final DN dn, final String attrTypeStr, final String valueString, int timeout, final boolean expectedAttributeValueFound) argument
527 checkEntryHasAttribute(final DN dn, final String attrTypeStr, final String valueString, int timeoutInSecs, final boolean expectedAttributeValueFound, final String foundMsg) argument

Completed in 44 milliseconds