Class 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 Detail

      • XTFConfig

        public XTFConfig()
    • Method Detail

      • loadConfig

        public static void loadConfig()