| Interface | Description | 
|---|---|
| BaseTest | 
 A base interface for all tests. 
 | 
| InfrastructureDeploymentTestCase | |
| LoopOverGroupMembersTestCase | |
| ParallelTestCase | 
 This implementation will start all child entities in parallel. 
 | 
| RelativeEntityTestCase | 
 A test case that resolves target ID relative to an anchor entity. 
 | 
| SimpleShellCommandTest | Deprecated
 since 0.10.0; use  
TestSshCommand | 
| TargetableTestComponent | 
 Entity that can target another entity for the purpose of testing 
 | 
| TestCase | 
 Entity that logically groups other test entities 
 | 
| TestEffector | 
 Entity that invokes an effector on another entity 
 | 
| TestEndpointReachable | 
 Entity that checks if a TCP endpoint is reachable. 
 | 
| TestHttpCall | 
 Entity that makes a HTTP Request and tests the response 
 | 
| TestSensor | 
 Entity that tests a sensor value on another entity 
 | 
| TestSshCommand | 
 Tests ssh command execution, against the  
SshMachineLocation 
 of the target entity. | 
| TestWinrmCommand | 
 Tests ssh command execution, against the  
SshMachineLocation 
 of the target entity. | 
| Class | Description | 
|---|---|
| InfrastructureDeploymentTestCaseImpl | |
| LoopOverGroupMembersTestCaseImpl | |
| ParallelTestCaseImpl | 
 This implementation will start all child entities in parallel. 
 | 
| RelativeEntityTestCaseImpl | |
| SimpleShellCommandTestImpl | Deprecated
 since 0.10.0; use  
TestSshCommand | 
| TargetableTestComponentImpl | 
 Class that can resolve the target for a test component 
 | 
| TestCaseImpl | 
 Class that can resolve the target for a test component 
 | 
| TestEffectorImpl | |
| TestEndpointReachableImpl | 
 Class that can resolve the target for a test component 
 | 
| TestFrameworkAssertions | 
 Utility class to evaluate test-framework assertions 
 | 
| TestFrameworkAssertions.AssertionOptions | |
| TestFrameworkAssertions.AssertionSupport | 
 A convenience to collect multiple assertion failures. 
 | 
| TestHttpCallImpl | 
 Class that can resolve the target for a test component 
 | 
| TestSensorImpl | 
 Class that can resolve the target for a test component 
 | 
| TestSshCommandImpl | |
| TestWinrmCommandImpl | 
| Enum | Description | 
|---|---|
| TestHttpCall.HttpAssertionTarget | |
| TestHttpCall.HttpMethod | 
| Error | Description | 
|---|---|
| AbortError |