| Constructor and Description |
|---|
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(org.junit.internal.AssumptionViolatedException e) |
protected void |
handleDataPointSuccess() |
protected void |
reportParameterizedError(java.lang.Throwable e,
java.lang.Object... params) |
protected void |
runWithAssignment(org.junit.experimental.theories.internal.Assignments parameterAssignment) |
protected void |
runWithCompleteAssignment(org.junit.experimental.theories.internal.Assignments complete) |
protected void |
runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete) |
public TheoryAnchor(FrameworkMethod method, TestClass testClass)
public void evaluate()
throws java.lang.Throwable
StatementThrowable if anything goes wrong.protected void runWithAssignment(org.junit.experimental.theories.internal.Assignments parameterAssignment)
throws java.lang.Throwable
java.lang.Throwableprotected void runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.Throwable
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.Throwableprotected void runWithCompleteAssignment(org.junit.experimental.theories.internal.Assignments complete)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException,
java.lang.Throwable
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionjava.lang.Throwableprotected void handleAssumptionViolation(org.junit.internal.AssumptionViolatedException e)
protected void reportParameterizedError(java.lang.Throwable e,
java.lang.Object... params)
throws java.lang.Throwable
java.lang.Throwableprotected void handleDataPointSuccess()