Class BaseTestEnvironment

    • Constructor Detail

      • BaseTestEnvironment

        public BaseTestEnvironment()
        Create a basic test environment that configures from a server configuration file per a system property
        See Also:
        UnitTestProperties.SERVER_CONF_PATH
      • BaseTestEnvironment

        public BaseTestEnvironment​(String confFilePath)
        Create a basic test environment that uses a specific configuration file
        Parameters:
        confFilePath - The path to the conf file
        Since:
        6.6.13
      • BaseTestEnvironment

        public BaseTestEnvironment​(String confFilePath,
                                   Map<String,​String> engineSystemProperties)
        Create a basic test environment that uses a specific configuration file
        Parameters:
        confFilePath - The path to the conf file
        engineSystemProperties - any engine-specific system properties associated with this environment, an empty map if none
        Since:
        10.5.0