Uses of Class
org.easetech.easytest.internal.EasyAssignments

Packages that use EasyAssignments
org.easetech.easytest.internal   
org.easetech.easytest.runner   
 

Uses of EasyAssignments in org.easetech.easytest.internal
 

Methods in org.easetech.easytest.internal that return EasyAssignments
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)
           
 

Uses of EasyAssignments in org.easetech.easytest.runner
 

Methods in org.easetech.easytest.runner with parameters of type EasyAssignments
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 © 2013. All Rights Reserved.