| Interface | Description |
|---|---|
| ClusterAwareTest |
Interface used to mark a JUnit test which has the ability to run in parallel with other tests against the same instance instance.
|
| FailingTest |
Marker interface for the tests that fail independently of the Java version or other environment settings
|
| FastRunningTest |
Interface used to mark a JUnit test as FAST running
The definition of a fast running test is defined externally
|
| SmokeTest |
Marker interface for the tests that should be run as smoke tests after a new build
|
| Annotation Type | Description |
|---|---|
| SlowRunningTest |
Interface used to mark a JUnit test as SLOW running
The definition of a slow running test is defined externally
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.