Interface | Description |
---|---|
QADOFInterface | |
Test |
This interface describes the common functionality to most QA tests, including setting up
the test, parsing command line arguments to configure the test, running the test, and
cleaning up any resources.
|
Class | Description |
---|---|
BaseDOFTest |
This class extends
BaseTest . |
BaseTest |
This is a partial implementation of a
Test . |
BaseTestProvider |
Basic implementation of a provider.
|
ExampleDOFInterface | |
ExampleProvider |
An example provider intended to demonstrate how the new QA code is meant to be used to make
creating tests simpler and easier.
|
ExampleTest |
An example test intended to demonstrate how the new QA code is meant to be used to make
creating tests simpler and easier.
|
QAConnection |
This class represents an abstraction of DOFConnection.
|
QACredentials |
This class represents an abstraction of DOFCredentials.
|
QAServer |
This class is an abstraction of DOFServer.
|
QAStateListener |
This class represents a state listener for both DOFConnections and DOFServers.
|
QASystem |
This class represents an abstraction of DOFSystem.
|