Package | Description |
---|---|
org.junit.experimental.theories | |
org.junit.experimental.theories.internal |
Modifier and Type | Method and Description |
---|---|
private Statement |
Theories.TheoryAnchor.methodCompletesWithParameters(FrameworkMethod method,
Assignments complete,
java.lang.Object freshInstance) |
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(java.lang.reflect.Method testMethod,
TestClass testClass)
Returns a new assignment list for
testMethod , with no params
assigned. |
Assignments |
Assignments.assignNext(PotentialAssignment source) |