Package | Description |
---|---|
org.junit.experimental.theories | |
org.junit.experimental.theories.internal |
Modifier and Type | Method and Description |
---|---|
protected void |
Theories.TheoryAnchor.runWithAssignment(Assignments parameterAssignment) |
protected void |
Theories.TheoryAnchor.runWithCompleteAssignment(Assignments complete) |
protected void |
Theories.TheoryAnchor.runWithIncompleteAssignment(Assignments incomplete) |
Modifier and Type | Method and Description |
---|---|
static Assignments |
Assignments.allUnassigned(Method testMethod,
TestClass testClass)
Returns a new assignment list for
testMethod , with no params
assigned. |
Assignments |
Assignments.assignNext(PotentialAssignment source) |
Copyright © 2002–2016 JUnit. All rights reserved.