public class ParallelRunner.ParallelTheoryAnchor
extends org.junit.experimental.theories.Theories.TheoryAnchor
| Constructor and Description |
|---|
ParallelTheoryAnchor(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAssumptionViolation(org.junit.internal.AssumptionViolatedException e)
Overridden to make the method synchronized.
|
protected void |
handleDataPointSuccess()
Overridden to make the method synchronized.
|
protected void |
runWithAssignment(org.junit.experimental.theories.internal.Assignments assignments) |
protected void |
runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete) |
public ParallelTheoryAnchor(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
protected void runWithAssignment(org.junit.experimental.theories.internal.Assignments assignments)
throws Throwable
runWithAssignment in class org.junit.experimental.theories.Theories.TheoryAnchorThrowableprotected void runWithIncompleteAssignment(org.junit.experimental.theories.internal.Assignments incomplete)
throws Throwable
runWithIncompleteAssignment in class org.junit.experimental.theories.Theories.TheoryAnchorThrowableprotected void handleAssumptionViolation(org.junit.internal.AssumptionViolatedException e)
handleAssumptionViolation in class org.junit.experimental.theories.Theories.TheoryAnchorprotected void handleDataPointSuccess()
handleDataPointSuccess in class org.junit.experimental.theories.Theories.TheoryAnchorCopyright © 2017. All rights reserved.