Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2020 Changes in this version + const ConfigDirEnvVar + const ConfigFile + const DefaultSection + const PropertyDebug + const PropertyImageQDrOperator + const PropertyImageQPIDDispatch + const TimeoutSetupTeardown + func Initialize(m *testing.M) + func RegisterFlags() + func RunSpecs(t *testing.T, uniqueId string, description string) + type Config struct + Section string + func LoadConfig(section string) *Config + func (c *Config) GetEnvProperty(key string, defaultValue string) string + func (c *Config) GetEnvPropertyBool(key string, defaultValue bool) bool + func (c *Config) GetEnvPropertyInt(key string, defaultValue int) (int, error) + func (c *Config) GetProperty(section, key, defaultValue string) string