Searched refs:newSortedSet (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java106 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort1);
111 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2);
264 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort);
359 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort);
424 SortedSet<String> servers1 = newSortedSet("localhost:" + replServerPort1);
425 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2);
520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java106 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort1);
111 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2);
264 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort);
359 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort);
424 SortedSet<String> servers1 = newSortedSet("localhost:" + replServerPort1);
425 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2);
520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCollectionUtils.java133 public static <E> SortedSet<E> newSortedSet(E... elements) method in class:CollectionUtils
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCollectionUtils.java133 public static <E> SortedSet<E> newSortedSet(E... elements) method in class:CollectionUtils
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java510 newSortedSet("localhost:" + replicationServerPort));
635 SortedSet<String> replServers = newSortedSet("localhost:" + replicationServerPort);
640 SortedSet<String> eclInclude = newSortedSet("sn", "roomnumber");
646 eclInclude = newSortedSet("objectclass");
647 SortedSet<String> eclIncludeForDeletes = newSortedSet("*");
652 eclInclude = newSortedSet("cn");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java510 newSortedSet("localhost:" + replicationServerPort));
635 SortedSet<String> replServers = newSortedSet("localhost:" + replicationServerPort);
640 SortedSet<String> eclInclude = newSortedSet("sn", "roomnumber");
646 eclInclude = newSortedSet("objectclass");
647 SortedSet<String> eclIncludeForDeletes = newSortedSet("*");
652 eclInclude = newSortedSet("cn");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingTest.java74 new DomainFakeCfg(null, 0, CollectionUtils.<String> newSortedSet()), null);
H A DFractionalReplicationTest.java371 SortedSet<String> replicationServers = newSortedSet("localhost:" + replServerPort);
H A DStateMachineTest.java228 SortedSet<String> replServers = newSortedSet("localhost:" + rs1Port);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingTest.java74 new DomainFakeCfg(null, 0, CollectionUtils.<String> newSortedSet()), null);
H A DFractionalReplicationTest.java371 SortedSet<String> replicationServers = newSortedSet("localhost:" + replServerPort);
H A DStateMachineTest.java228 SortedSet<String> replServers = newSortedSet("localhost:" + rs1Port);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java326 DN.decode(TEST_ROOT_DN_STRING), serverId, newSortedSet("localhost:" + rsPort),
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DAssuredReplicationServerTest.java326 DN.decode(TEST_ROOT_DN_STRING), serverId, newSortedSet("localhost:" + rsPort),

Completed in 1104 milliseconds