| Class | Description |
|---|---|
| ConditionalIgnoreRule |
The ConditionalIgnoreRule class...
|
| DescribedExternalResource |
this class extends the capability of JUnit's ExternalResource in that
it provides a Description object in the before and after methods, so that
the implementation would have access to the annotation of the test methods
|
| DiskDirRule |
A rule that creates a temporary directory and
cleans it up after the test.
|
| ExpectedTimeoutRule |
Expect an Exception within a specified timeout.
|
| IgnoreUntilRule |
The IgnoreUntilRule class...
|
| RepeatRule |
The RepeatRule class is a JUnit TestRule that enables an appropriately @Repeat annotated test case method
to be repeated a specified number of times.
|
| RetryRule |
JUnit Rule that enables retrying a failed test up to a maximum number of retries.
|
| RuleList |
The
RuleList rule enables ordering of TestRules. |