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(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 Theories.TheoryAnchor(FrameworkMethod method, TestClass testClass)
public void evaluate() throws java.lang.Throwable
Statement
Throwable
if anything goes wrong.protected void runWithAssignment(org.junit.experimental.theories.internal.Assignments parameterAssignment) throws java.lang.Throwable
java.lang.Throwable
protected void runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Throwable
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.Throwable
protected 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.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.Throwable
protected void handleAssumptionViolation(org.junit.internal.AssumptionViolatedException e)
protected void reportParameterizedError(java.lang.Throwable e, java.lang.Object... params) throws java.lang.Throwable
java.lang.Throwable
protected void handleDataPointSuccess()