|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.junit.runners.model.Statement org.junit.internal.runners.statements.Fail
public class Fail
Constructor Summary | |
---|---|
Fail(Throwable e)
|
Method Summary | |
---|---|
void |
evaluate()
Run the action, throwing a Throwable if anything goes wrong. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fail(Throwable e)
Method Detail |
---|
public void evaluate() throws Throwable
Statement
Throwable
if anything goes wrong.
evaluate
in class Statement
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |