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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DTestModifyDNOperation.java383 assertAttrValue(newEntry, "uid", "USER.0");
428 assertAttrValue(newEntry, attrName, expectedAttrValue);
431 private void assertAttrValue(Entry newEntry, String attrName, String expectedAttrValue) method in class:TestModifyDNOperation

Completed in 30 milliseconds