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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java631 TopoView theoricalTopoView = null;
648 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
649 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
659 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
660 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
670 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
671 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
682 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
695 theoricalTopoView
1086 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java531 TopoView theoricalTopoView = null;
548 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
549 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
559 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
560 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
570 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
571 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
582 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
583 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
595 theoricalTopoView
982 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java631 TopoView theoricalTopoView = null;
648 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
649 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
659 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
660 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
670 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
671 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
682 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
695 theoricalTopoView
1086 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java531 TopoView theoricalTopoView = null;
548 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
549 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
559 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
560 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
570 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
571 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
582 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
583 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
595 theoricalTopoView
982 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java631 TopoView theoricalTopoView = null;
648 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
649 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
659 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
660 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
670 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
671 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
682 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
695 theoricalTopoView
1086 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTopologyViewTest.java534 TopoView theoricalTopoView = null;
551 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_1);
552 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
562 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_2);
563 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
573 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_3);
574 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
585 theoricalTopoView = createTheoreticalTopoViewForStep(STEP_4);
586 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
598 theoricalTopoView
985 checkTopoView(int[] dsIdList, TopoView theoricalTopoView) argument
[all...]

Completed in 29 milliseconds