Class TestEngineConfiguration


  • public final class TestEngineConfiguration
    extends Object
    Class to get configuration values
    • Method Detail

      • getConfigurationValue

        public static String getConfigurationValue​(String systemProperty)
        Method to get a configuration value. The method parameter is a system property, but the code converts the system property value to an environment variable (uppercase / replace "." with "_") and checks for environment variable first.
        Parameters:
        systemProperty -
        Returns: