| Constructor and Description |
|---|
TheoryAnchor(FrameworkMethod testMethod,
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(Throwable e,
Object... params) |
protected void |
runWithAssignment(Assignments parameterAssignment) |
protected void |
runWithCompleteAssignment(Assignments complete) |
protected void |
runWithIncompleteAssignment(Assignments incomplete) |
public TheoryAnchor(FrameworkMethod testMethod, TestClass testClass)
public void evaluate()
throws Throwable
StatementThrowable if anything goes wrong.protected void runWithAssignment(Assignments parameterAssignment) throws Throwable
Throwableprotected void runWithIncompleteAssignment(Assignments incomplete) throws Throwable
Throwableprotected void runWithCompleteAssignment(Assignments complete) throws Throwable
Throwableprotected void handleAssumptionViolation(AssumptionViolatedException e)
protected void reportParameterizedError(Throwable e, Object... params) throws Throwable
Throwableprotected void handleDataPointSuccess()
Copyright © 2002–2017 JUnit. All rights reserved.