|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.junit.rules | |
---|---|
org.junit.rules |
Classes in org.junit.rules used by org.junit.rules | |
---|---|
ExpectedException
The ExpectedException Rule allows in-test specification of expected exception types and messages: |
|
ExternalResource
A base class for Rules (like TemporaryFolder) that set up an external resource before a test (a file, socket, server, database connection, etc.), and guarantee to tear it down afterward: |
|
MethodRule
A MethodRule is an alteration in how a test method is run and reported. |
|
TestWatchman
TestWatchman is a base class for Rules that take note of the testing action, without modifying it. |
|
Verifier
Verifier is a base class for Rules like ErrorCollector, which can turn otherwise passing test methods into failing tests if a verification check is failed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |