Searched defs:user0Exists (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)
313 attribute, "user.0")), user0Exists);
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)
308 attribute, "user.0")), user0Exists);
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)
313 attribute, "user.0")), user0Exists);
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)
308 attribute, "user.0")), user0Exists);
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)
313 attribute, "user.0")), user0Exists);
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)
327 assertEquals(newEntry.hasValue(attribute, null, b("user.0")), user0Exists);
315 assertSuccessAndEntryExists(ModifyDNOperation modifyDNOperation, String entryDN, boolean user0Exists, boolean userTest0Exists) argument

Completed in 35 milliseconds