Uses of Class
org.junit.rules.ExpectedException
-
Packages that use ExpectedException Package Description org.junit.rules -
-
Uses of ExpectedException in org.junit.rules
Methods in org.junit.rules that return ExpectedException Modifier and Type Method Description ExpectedExceptionExpectedException. handleAssertionErrors()Deprecated.AssertionErrors are handled by default since JUnit 4.12.ExpectedExceptionExpectedException. handleAssumptionViolatedExceptions()Deprecated.AssumptionViolatedExceptions are handled by default since JUnit 4.12.static ExpectedExceptionExpectedException. none()Returns a rule that expects no exception to be thrown (identical to behavior without this rule).ExpectedExceptionExpectedException. reportMissingExceptionWithMessage(java.lang.String message)Specifies the failure message for tests that are expected to throw an exception but do not throw any.
-