Package cdx.scorebot.net.tests

Individual test implementations and the generic test framework; subpackages may have protected helper classes.

See:
          Description

Class Summary
AdminService a pseudo service which is intended only to be the target of ManualScoreEvents which impact score for administrative reasons (like reporting penalties, etc)
Configuration Describes a configuration and defines method for getting that configuration in various forms.
ConnectionOrientedService an abstract Service whose Tests must first establish a session with the Service
ConnectionOrientedUserService an abstract ConnectionOrientedervice whose Tests must first establish a session with the service with a specified username and password
Service an abstract service which contains basic info about a service (like what socket it is listening on)
Test<S extends Service> An abstract test which is the skeleton for individual tests on particular services.
TestEvent contains info about a test and its results for a single run
TestItem contains a specific instance of a Test and the configuration information for when and how to run it
TestSchedule Defines when a test is to be run (how often and during what time periods).
 

Exception Summary
TestMisconfigurationException Thrown to indicate that a method has been passed an illegal or inappropriate configuration argument.
 

Package cdx.scorebot.net.tests Description

Individual test implementations and the generic test framework; subpackages may have protected helper classes.