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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java509 int timeoutInSecs, String notFoundErrorMsg) throws Exception
511 checkEntryHasAttribute(dn, attrTypeStr, valueString, timeoutInSecs, true, notFoundErrorMsg);
515 int timeoutInSecs, String foundErrorMsg) throws Exception
517 checkEntryHasAttribute(dn, attrTypeStr, valueString, timeoutInSecs, false, foundErrorMsg);
528 int timeoutInSecs, final boolean expectedAttributeValueFound, final String foundMsg) throws Exception
531 .maxSleep(timeoutInSecs, SECONDS)
508 checkEntryHasAttributeValue(final DN dn, final String attrTypeStr, final String valueString, int timeoutInSecs, String notFoundErrorMsg) argument
514 checkEntryHasNoSuchAttributeValue(final DN dn, final String attrTypeStr, final String valueString, int timeoutInSecs, String foundErrorMsg) argument
527 checkEntryHasAttribute(final DN dn, final String attrTypeStr, final String valueString, int timeoutInSecs, final boolean expectedAttributeValueFound, final String foundMsg) argument

Completed in 28 milliseconds