org.junit.runners.model
Class Statement
java.lang.Object
org.junit.runners.model.Statement
- Direct Known Subclasses:
- ExpectException, Fail, FailOnTimeout, InvokeMethod, RunAfters, RunBefores, RunInThreadGroup, Theories.TheoryAnchor
public abstract class Statement
- extends Object
Represents one or more actions to be taken at runtime in the course
of running a JUnit test suite.
Method Summary |
abstract void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
Statement
public Statement()
evaluate
public abstract void evaluate()
throws Throwable
- Run the action, throwing a
Throwable
if anything goes wrong.
- Throws:
Throwable