Uses of Class
org.junit.rules.Verifier

Packages that use Verifier
Package
Description
 
  • Uses of Verifier in org.junit.rules

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