|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.junit.runners.model.Statement
public abstract class Statement
Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.
| Constructor Summary | |
|---|---|
Statement()
|
|
| Method Summary | |
|---|---|
abstract void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statement()
| Method Detail |
|---|
public abstract void evaluate()
throws java.lang.Throwable
Throwable if anything goes wrong.
java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||