|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runners.model.Statement
net.thucydides.junit.runners.ThucydidesStatement
public class ThucydidesStatement
A JUnit statement that runs a Thucydides-enabled test and then publishes the results via JUnit.
Constructor Summary | |
---|---|
ThucydidesStatement(org.junit.runners.model.Statement statement,
StepPublisher publisher)
|
Method Summary | |
---|---|
void |
evaluate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThucydidesStatement(org.junit.runners.model.Statement statement, StepPublisher publisher)
Method Detail |
---|
public void evaluate() throws java.lang.Throwable
evaluate
in class org.junit.runners.model.Statement
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |