| Class | Description |
|---|---|
| ErrorCollector |
The ErrorCollector rule allows execution of a test to continue after the
first problem is found (for example, to collect _all_ the incorrect rows in a
table, and report them all at once):
|
| ExpectedException |
The ExpectedException rule allows in-test specification of expected exception
types and messages:
|
| JUnitMatchers |
Convenience import class: these are useful matchers for use with the assertThat method, but they are
not currently included in the basic CoreMatchers class from hamcrest.
|
| MatcherAssert | |
| MatcherAssume |
A set of methods useful for stating assumptions about the conditions in which a test is meaningful.
|