| Class | Description |
|---|---|
| Assertions |
An enhanced set of low level assertions.
|
| ContextMatcher<T> |
Similar to DescribedAsMatcher, ContextMatcher wraps a matcher with context, displayed as
"<expected> (context)".
|
| Parameterized |
By extending this class, subclasses do not require the RunWith(JUnitParamsRunner.class)
annotation and the related import statements.
|
| Parameters |
For usage in parameterized tests.
|
| Refutations |
The opposite of an assertion.
|
| StringAssertions |