Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Class and Description |
---|---|
class |
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):
|