Constructor and Description |
---|
Theories.TheoryAnchor(FrameworkMethod method,
TestClass testClass) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |
protected void |
handleAssumptionViolation(AssumptionViolatedException e) |
protected void |
handleDataPointSuccess() |
protected void |
reportParameterizedError(java.lang.Throwable e,
java.lang.Object... params) |
protected void |
runWithAssignment(Assignments parameterAssignment) |
protected void |
runWithCompleteAssignment(Assignments complete) |
protected void |
runWithIncompleteAssignment(Assignments incomplete) |
public Theories.TheoryAnchor(FrameworkMethod method, TestClass testClass)
public void evaluate() throws java.lang.Throwable
Statement
Throwable
if anything goes wrong.protected void runWithAssignment(Assignments parameterAssignment) throws java.lang.Throwable
java.lang.Throwable
protected void runWithIncompleteAssignment(Assignments incomplete) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Throwable
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.Throwable
protected void runWithCompleteAssignment(Assignments complete) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.Throwable
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.Throwable
protected void handleAssumptionViolation(AssumptionViolatedException e)
protected void reportParameterizedError(java.lang.Throwable e, java.lang.Object... params) throws java.lang.Throwable
java.lang.Throwable
protected void handleDataPointSuccess()