org.junit.contrib.theories
Class Theories.TheoryAnchor

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by org.junit.contrib.theories.Theories.TheoryAnchor
Enclosing class:
Theories

public static class Theories.TheoryAnchor
extends org.junit.runners.model.Statement


Constructor Summary
Theories.TheoryAnchor(org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.TestClass testClass)
           
 
Method Summary
 void evaluate()
           
protected  void handleAssumptionViolation(org.junit.AssumptionViolatedException e)
           
protected  void handleDataPointSuccess()
           
protected  void reportParameterizedError(Throwable e, Object... params)
           
protected  void runWithAssignment(Assignments parameterAssignment)
           
protected  void runWithCompleteAssignment(Assignments complete)
           
protected  void runWithIncompleteAssignment(Assignments incomplete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theories.TheoryAnchor

public Theories.TheoryAnchor(org.junit.runners.model.FrameworkMethod method,
                             org.junit.runners.model.TestClass testClass)
Method Detail

evaluate

public void evaluate()
              throws Throwable
Specified by:
evaluate in class org.junit.runners.model.Statement
Throws:
Throwable

runWithAssignment

protected void runWithAssignment(Assignments parameterAssignment)
                          throws Throwable
Throws:
Throwable

runWithIncompleteAssignment

protected void runWithIncompleteAssignment(Assignments incomplete)
                                    throws Throwable
Throws:
Throwable

runWithCompleteAssignment

protected void runWithCompleteAssignment(Assignments complete)
                                  throws Throwable
Throws:
Throwable

handleAssumptionViolation

protected void handleAssumptionViolation(org.junit.AssumptionViolatedException e)

reportParameterizedError

protected void reportParameterizedError(Throwable e,
                                        Object... params)
                                 throws Throwable
Throws:
Throwable

handleDataPointSuccess

protected void handleDataPointSuccess()


Copyright © 2014. All Rights Reserved.