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 voidprotected voidprotected voidreportParameterizedError(Throwable e, Object... params) protected voidrunWithAssignment(Assignments parameterAssignment) protected voidrunWithCompleteAssignment(Assignments complete) protected voidrunWithIncompleteAssignment(Assignments incomplete)
-
Constructor Details
-
TheoryAnchor
-
-
Method Details
-
evaluate
Description copied from class:StatementRun the action, throwing aThrowableif anything goes wrong. -
runWithAssignment
- Throws:
Throwable
-
runWithIncompleteAssignment
- Throws:
Throwable
-
runWithCompleteAssignment
- Throws:
Throwable
-
handleAssumptionViolation
-
reportParameterizedError
- Throws:
Throwable
-
handleDataPointSuccess
protected void handleDataPointSuccess()
-