Package org.junit.experimental.theories
Class Theories.TheoryAnchor
java.lang.Object
org.junit.runners.model.Statement
org.junit.experimental.theories.Theories.TheoryAnchor
- Enclosing class:
- Theories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate()Run the action, throwing aThrowableif anything goes wrong.protected voidhandleAssumptionViolation(org.junit.internal.AssumptionViolatedException e) protected voidprotected voidreportParameterizedError(Throwable e, Object... params) protected voidrunWithAssignment(org.junit.experimental.theories.internal.Assignments parameterAssignment) protected voidrunWithCompleteAssignment(org.junit.experimental.theories.internal.Assignments complete) protected voidrunWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete)
-
Constructor Details
-
TheoryAnchor
-
-
Method Details
-
evaluate
Description copied from class:StatementRun the action, throwing aThrowableif anything goes wrong. -
runWithAssignment
protected void runWithAssignment(org.junit.experimental.theories.internal.Assignments parameterAssignment) throws Throwable - Throws:
Throwable
-
runWithIncompleteAssignment
protected void runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete) throws Throwable - Throws:
Throwable
-
runWithCompleteAssignment
protected void runWithCompleteAssignment(org.junit.experimental.theories.internal.Assignments complete) throws Throwable - Throws:
Throwable
-
handleAssumptionViolation
protected void handleAssumptionViolation(org.junit.internal.AssumptionViolatedException e) -
reportParameterizedError
- Throws:
Throwable
-
handleDataPointSuccess
protected void handleDataPointSuccess()
-