| Interface | Description | 
|---|---|
| BaseTest | A base interface for all tests. | 
| InfrastructureDeploymentTestCase | Created by graememiller on 04/12/2015. | 
| LoopOverGroupMembersTestCase | Created by graememiller on 11/12/2015. | 
| ParallelTestCase | This implementation will start all child entities in parallel. | 
| SimpleShellCommandTest | Tests using a simple command execution. | 
| TargetableTestComponent | Entity that can target another entity for the purpouse of testing | 
| TestCase | Entity that logically groups other test entities | 
| TestEffector | Entity that invokes an effector on another entity | 
| TestHttpCall | Entity that makes a HTTP Request and tests the respose | 
| TestSensor | Entity that tests a sensor value on another entity | 
| Class | Description | 
|---|---|
| InfrastructureDeploymentTestCaseImpl | Created by graememiller on 04/12/2015. | 
| LoopOverGroupMembersTestCaseImpl | Created by graememiller on 11/12/2015. | 
| ParallelTestCaseImpl | This implementation will start all child entities in parallel. | 
| SimpleShellCommandTestImpl | |
| TargetableTestComponentImpl | Class that can resolve the target for a test component | 
| TestCaseImpl | |
| TestEffectorImpl | |
| TestFrameworkAssertions | Utility class to evaluate test-framework assertions | 
| TestFrameworkAssertions.AssertionSupport | A convenience to collect multiple assertion failures. | 
| TestHttpCallImpl | |
| TestSensorImpl | 
| Enum | Description | 
|---|---|
| TestHttpCall.HttpAssertionTarget |