Uses of Class
cdx.scorebot.net.tests.Configuration

Packages that use Configuration
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
 

Uses of Configuration in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that return Configuration
 Configuration TestItem.getConfig()
          gets the config values to run the test with (may include variables)
 Configuration TestEvent.getConfig()
          gets the configuration of the test which generated this event
 Configuration Test.getConfig()
          gets the options used to configure the test
 Configuration Test.getDefaultConfigValuesCopy()
          returns a COPY of the key-value pairs of what options are available for configuration along with their default values
 Configuration Test.getInitialConfigCopy()
          returns a complete COPY of the key-value pairs of what options are available for configuration along with their default values
 

Methods in cdx.scorebot.net.tests with parameters of type Configuration
 void Test.verifyConfig(Configuration configuration, java.util.HashMap<java.lang.String,ConfigOption> neededConfig)
          Checks the config to ensure it has all the properties in neededConfig.
 

Constructors in cdx.scorebot.net.tests with parameters of type Configuration
Test(S service, Configuration config)
          Instantiates a test with the specified config (verify that it includes all needed configuration options).
TestEvent(TestItem ti, Configuration config)
          Creates a TestEvent to store the results from the Test in TestItem ti
TestItem(Test testType, Configuration config)
          Creates a TestItem for the specified test with its default option values.