| Interface | Description |
|---|---|
| ContainerTest |
JUnit Test Category that specifies a test executes within a container
environment such as an OSGi server.
|
| DistributedTest |
JUnit Test Category that specifies a test involving multiple members of a
distributed system.
|
| DistributedTransactionsTest |
JUnit Test Category that specifies tests for distributed transactions
functionality
|
| FlakyTest |
JUnit Test Category that specifies a flickering test that fails
intermittently.
|
| HydraTest |
JUnit Test Category that specifies a hydra test.
|
| IntegrationTest |
JUnit Test Category that specifies a test involving inter-operation of
components or subsystems.
|
| PerformanceTest |
JUnit Test Category that specifies a test that measures performance.
|
| SecurityTest |
JUnit Test Category that specifies a test involving security.
|
| UITest |
JUnit Test Category that specifies a test involving a browser present to test the UI
|
| UnitTest |
JUnit Test Category that specifies a test with very narrow and well defined
scope.
|
| WanTest |
JUnit Test Category that specifies a test that involves Wan feature.
|