Searched refs:TestUtilities (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DQuickSetupTestCase.java43 TestUtilities.initServer();
H A DConfigurationTest.java46 config = TestUtilities.getInstallation().getCurrentConfiguration();
57 assertTrue(TestUtilities.ldapPort.equals(config.getPort()));
H A DInstallationTest.java46 installation = TestUtilities.getInstallation();
54 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
H A DTestUtilities.java47 public class TestUtilities { class
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DQuickSetupTestCase.java42 TestUtilities.initServer();
H A DConfigurationTest.java45 config = TestUtilities.getInstallation().getCurrentConfiguration();
56 assertTrue(TestUtilities.ldapPort.equals(config.getPort()));
H A DInstallationTest.java45 installation = TestUtilities.getInstallation();
53 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DQuickSetupTestCase.java43 TestUtilities.initServer();
H A DConfigurationTest.java46 config = TestUtilities.getInstallation().getCurrentConfiguration();
57 assertTrue(TestUtilities.ldapPort.equals(config.getPort()));
H A DInstallationTest.java46 installation = TestUtilities.getInstallation();
54 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DQuickSetupTestCase.java42 TestUtilities.initServer();
H A DConfigurationTest.java45 config = TestUtilities.getInstallation().getCurrentConfiguration();
56 assertTrue(TestUtilities.ldapPort.equals(config.getPort()));
H A DInstallationTest.java45 installation = TestUtilities.getInstallation();
53 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DQuickSetupTestCase.java43 TestUtilities.initServer();
H A DConfigurationTest.java46 config = TestUtilities.getInstallation().getCurrentConfiguration();
57 assertTrue(TestUtilities.ldapPort.equals(config.getPort()));
H A DInstallationTest.java46 installation = TestUtilities.getInstallation();
54 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/
H A DQuickSetupTestCase.java38 TestUtilities.initServer();
H A DConfigurationTest.java46 config = TestUtilities.getInstallation().getCurrentConfiguration();
57 assertEquals(TestUtilities.ldapPort, (Integer) config.getPort());
H A DInstallationTest.java46 installation = TestUtilities.getInstallation();
54 Installation.validateRootDirectory(TestUtilities.getQuickSetupTestServerRootDir());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java33 import org.opends.quicksetup.TestUtilities;
46 Installation installation = TestUtilities.getInstallation();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java32 import org.opends.quicksetup.TestUtilities;
45 Installation installation = TestUtilities.getInstallation();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java33 import org.opends.quicksetup.TestUtilities;
46 Installation installation = TestUtilities.getInstallation();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java32 import org.opends.quicksetup.TestUtilities;
45 Installation installation = TestUtilities.getInstallation();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java33 import org.opends.quicksetup.TestUtilities;
46 Installation installation = TestUtilities.getInstallation();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/
H A DServerControllerTest.java35 import org.opends.quicksetup.TestUtilities;
51 Installation installation = TestUtilities.getInstallation();

Completed in 78 milliseconds

12