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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java954 Assertions.assertThat(getConnectedDSServerIds(replServer1)).containsExactly(server1ID);
955 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID, server3ID);
956 Assertions.assertThat(getConnectedDSServerIds(replServer3)).isEmpty();
961 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID);
967 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server3ID);
979 private Set<Integer> getConnectedDSServerIds(ReplicationServer rs) method in class:InitOnLineTest
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java954 Assertions.assertThat(getConnectedDSServerIds(replServer1)).containsExactly(server1ID);
955 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID, server3ID);
956 Assertions.assertThat(getConnectedDSServerIds(replServer3)).isEmpty();
961 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID);
967 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server3ID);
979 private Set<Integer> getConnectedDSServerIds(ReplicationServer rs) method in class:InitOnLineTest
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DInitOnLineTest.java952 Assertions.assertThat(getConnectedDSServerIds(replServer1)).containsExactly(server1ID);
953 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID, server3ID);
954 Assertions.assertThat(getConnectedDSServerIds(replServer3)).isEmpty();
959 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server2ID);
965 Assertions.assertThat(getConnectedDSServerIds(replServer2)).containsExactly(server3ID);
977 private Set<Integer> getConnectedDSServerIds(ReplicationServer rs) method in class:InitOnLineTest

Completed in 35 milliseconds