|
Class Summary |
| AbstractState |
The abstract state of a test service, containing the default state
transitions |
| NonExistentState |
The state of a test service when it has not yet been created. |
| StartedNormalState |
The state of a running test service which has been used for running
integration tests and has been reverted to contain the same content as it
did when created and started. |
| StartedPristineState |
A test service state where the server is running and has not been used for
any integration test since it was created. |
| TestServerContext |
The context for managing the state of an integration test service. |