| Package | Description |
|---|---|
| org.easetech.easytest.internal |
Package containing various internal classes part of the EasyTest framework.
|
| org.easetech.easytest.runner |
Package containing the EasyTest runner implementation and various other supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
static EasyAssignments |
EasyAssignments.allUnassigned(Method testMethod,
org.junit.runners.model.TestClass testClass)
Returns a new assignment list for
testMethod, with no params assigned. |
EasyAssignments |
EasyAssignments.assignNext(org.junit.experimental.theories.PotentialAssignment source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InternalParameterizedStatement.runWithAssignment(EasyAssignments parameterAssignment)
This method encapsulates the actual change in behavior from the traditional JUnit Theories way of populating and
supplying the test data to the test method.
|
protected void |
InternalParameterizedStatement.runWithCompleteAssignment(EasyAssignments complete)
Run the test data with complete Assignments
|
Copyright © 2014. All rights reserved.