| Interface | Description |
|---|---|
| IgnoreCondition |
The IgnoreCondition class...
|
| Annotation Type | Description |
|---|---|
| ConditionalIgnore |
The ConditionalIgnore class is a Java Annotation used to annotated a test suite class test case method in order to
conditionally ignore the test case for a fixed amount of time, or based on a predetermined condition provided by
the IgnoreCondition interface.
|
| IgnoreUntil |
The IgnoreUntil class is a Java Annotation used to annotated a test suite class test case method in order to
conditionally ignore the test case for a fixed amount of time, or based on a predetermined condition provided by
the IgnoreCondition interface.
|
| Repeat |
The Repeat class is a Java Annotation enabling an annotated test suite class test case method to be repeated
a specified number of iterations.
|
| Retry |
Java Annotation used to annotate a test method in order to retry failures
up to the specified maximum attempts.
|