Package cz.xtf.core.config
Class XTFConfig
- java.lang.Object
-
- cz.xtf.core.config.XTFConfig
-
public final class XTFConfig extends Object
Loads properties stored in several different ways. Possible options, with top to down overriding are:
- global-test.properties on project root path
- test.properties on project root path - meant to be user specific, unshared
- environment variables in System.getEnv()
- system properties in System.getProperties()
-
-
Constructor Summary
Constructors Constructor Description XTFConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String property)static Stringget(String property, String fallbackValue)static voidloadConfig()
-