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
Statement
Throwable
if anything goes wrong.protected void runWithAssignment(Assignments parameterAssignment) throws Throwable
Throwable
protected void runWithIncompleteAssignment(Assignments incomplete) throws Throwable
Throwable
protected void runWithCompleteAssignment(Assignments complete) throws Throwable
Throwable
protected void handleAssumptionViolation(AssumptionViolatedException e)
protected void reportParameterizedError(Throwable e, Object... params) throws Throwable
Throwable
protected void handleDataPointSuccess()
Copyright © 2002–2023 JUnit. All rights reserved.