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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java259 String entryuuid = getEntryValue(dn1, entryuuidType);
274 String entryuuid2 = getEntryValue(dn2, entryuuidType);
316 assertEquals(getEntryValue(dn1, attrType), "A");
317 assertEquals(getEntryValue(dn2, attrType), "A");
323 private String getEntryValue(final DN dn, final AttributeType attrType) method in class:HistoricalTest
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java259 String entryuuid = getEntryValue(dn1, entryuuidType);
274 String entryuuid2 = getEntryValue(dn2, entryuuidType);
316 assertEquals(getEntryValue(dn1, attrType), "A");
317 assertEquals(getEntryValue(dn2, attrType), "A");
323 private String getEntryValue(final DN dn, final AttributeType attrType) method in class:HistoricalTest
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DHistoricalTest.java261 String entryuuid = getEntryValue(dn1, entryuuidType);
276 String entryuuid2 = getEntryValue(dn2, entryuuidType);
327 assertEquals(getEntryValue(entryDN, attrType), expectedValue);
333 private String getEntryValue(final DN dn, final AttributeType attrType) throws Exception method in class:HistoricalTest

Completed in 86 milliseconds