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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java300 String entryDN, boolean user0Exists, boolean userTest0Exists)
315 attribute, "user.test0")), userTest0Exists);
299 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java295 String entryDN, boolean user0Exists, boolean userTest0Exists)
310 attribute, "user.test0")), userTest0Exists);
294 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java300 String entryDN, boolean user0Exists, boolean userTest0Exists)
315 attribute, "user.test0")), userTest0Exists);
299 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java295 String entryDN, boolean user0Exists, boolean userTest0Exists)
310 attribute, "user.test0")), userTest0Exists);
294 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestModifyDNOperation.java300 String entryDN, boolean user0Exists, boolean userTest0Exists)
315 attribute, "user.test0")), userTest0Exists);
299 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DTestModifyDNOperation.java316 String entryDN, boolean user0Exists, boolean userTest0Exists)
328 assertEquals(newEntry.hasValue(attribute, null, b("user.test0")), userTest0Exists);
315 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument

Completed in 35 milliseconds