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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java104 protected final Set<DN> configEntriesToCleanup = new HashSet<DN>(); field in class:ReplicationTestCase
297 for (DN dn : configEntriesToCleanup)
301 configEntriesToCleanup.clear();
486 configEntriesToCleanup.add(configEntry.getDN());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java104 protected final Set<DN> configEntriesToCleanup = new HashSet<DN>(); field in class:ReplicationTestCase
297 for (DN dn : configEntriesToCleanup)
301 configEntriesToCleanup.clear();
486 configEntriesToCleanup.add(configEntry.getDN());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java115 protected final Set<DN> configEntriesToCleanup = new HashSet<>(); field in class:ReplicationTestCase
296 for (DN dn : configEntriesToCleanup)
300 configEntriesToCleanup.clear();
476 configEntriesToCleanup.add(configEntry.getName());

Completed in 34 milliseconds