| java.lang.Object org.ddsteps.junit.behaviour.DdBehaviourBase org.ddsteps.junit.behaviour.DdMethodBehaviour
DdMethodBehaviour | public class DdMethodBehaviour extends DdBehaviourBase implements DdBehaviour(Code) | | Encapsulates the behaviour of the so called "method test case instance",
which is the one that spawns the row instances.
author: adam version: $Id: DdMethodBehaviour.java,v 1.1 2005/08/25 08:34:21 adamskogman version: Exp $ |
DdMethodBehaviour | public DdMethodBehaviour(TestCase testCase, String methodName, DataLoader dataLoader)(Code) | | Constructor.
Parameters: testCase - The test case to load. Parameters: methodName - Name of the test method to run. Parameters: dataLoader - The data loader to use. |
createTestCaseIteration | protected TestCase createTestCaseIteration(String rowId)(Code) | | Factory method for creating the iteration instances.
Parameters: rowId - The row identity. A test case iteration. |
|
|