com.eclipsesource.restfuse.internal.callback
Class CallbackStatement
java.lang.Object
org.junit.runners.model.Statement
com.eclipsesource.restfuse.internal.callback.CallbackStatement
public class CallbackStatement
- extends org.junit.runners.model.Statement
Constructor Summary |
CallbackStatement(org.junit.runners.model.Statement statement,
HttpTestStatement base,
org.junit.runner.Description description,
java.lang.Object target)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackStatement
public CallbackStatement(org.junit.runners.model.Statement statement,
HttpTestStatement base,
org.junit.runner.Description description,
java.lang.Object target)
evaluate
public void evaluate()
throws java.lang.Throwable
- Specified by:
evaluate
in class org.junit.runners.model.Statement
- Throws:
java.lang.Throwable
failWithinCallback
public void failWithinCallback(java.lang.Throwable cause)