Package org.junit.rules
Class ExpectedException.ExpectedExceptionStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.junit.rules.ExpectedException.ExpectedExceptionStatement
-
- Enclosing class:
- ExpectedException
private class ExpectedException.ExpectedExceptionStatement extends Statement
-
-
Constructor Summary
Constructors Constructor Description ExpectedExceptionStatement(Statement base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
Run the action, throwing aThrowable
if anything goes wrong.
-