com.eclipsesource.restfuse.internal.callback
Class CallbackStatement

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by 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)
           
 
Method Summary
 void evaluate()
           
 void failWithinCallback(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackStatement

public CallbackStatement(org.junit.runners.model.Statement statement,
                         HttpTestStatement base,
                         org.junit.runner.Description description,
                         java.lang.Object target)
Method Detail

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)