Package | Description |
---|---|
org.junit.rules |
Modifier and Type | Method and Description |
---|---|
ExpectedException |
ExpectedException.handleAssertionErrors()
Deprecated.
AssertionErrors are handled by default since JUnit 4.12. Just
like in JUnit <= 4.10.
|
ExpectedException |
ExpectedException.handleAssumptionViolatedExceptions()
Deprecated.
AssumptionViolatedExceptions are handled by default since
JUnit 4.12. Just like in JUnit <= 4.10.
|
static ExpectedException |
ExpectedException.none()
Returns a rule that expects no exception to
be thrown (identical to behavior without this rule).
|
ExpectedException |
ExpectedException.reportMissingExceptionWithMessage(String message)
Specifies the failure message for tests that are expected to throw
an exception but do not throw any.
|
Copyright © 2002–2021 JUnit. All rights reserved.