| org.ddsteps.junit.behaviour.StaticBehaviourFactory
StaticBehaviourFactory | public class StaticBehaviourFactory extends PropertiesLoaderSupport (Code) | | author: adam version: $Id: StaticBehaviourFactory.java,v 1.1 2006/01/29 21:25:39 version: adamskogman Exp $ |
LOG | final protected static Log LOG(Code) | | Logger.
|
StaticBehaviourFactory | public StaticBehaviourFactory()(Code) | | |
createBehaviour | public DdBehaviour createBehaviour(TestCase testCase, DataLoader dataLoader)(Code) | | Actual implementation.
Parameters: testCase - Parameters: dataLoader - A behaviour, never null. |
getBehaviour | public static DdBehaviour getBehaviour(TestCase testCase, DataLoader dataLoader)(Code) | | Call this method to get the appropriate behaviour for your testcase.
Parameters: testCase - Your testcase, typically 'this'. Parameters: dataLoader - A dataLoader. The behaviour, not null. |
|
|