Package org.antublue.test.engine.support
Class TestEngineConfiguration
- java.lang.Object
-
- org.antublue.test.engine.support.TestEngineConfiguration
-
public final class TestEngineConfiguration extends Object
Class to get configuration values
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetConfigurationValue(String systemProperty)Method to get a configuration value.
-
-
-
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:
-
-