net.thucydides.core.steps
Class DataDrivenStepFactory

Package class diagram package DataDrivenStepFactory
java.lang.Object
  extended by net.thucydides.core.steps.DataDrivenStepFactory

public class DataDrivenStepFactory
extends Object

Create a proxy for scenario steps objects to be used for data-driven tests.


Constructor Summary
DataDrivenStepFactory(StepFactory factory)
           
 
Method Summary
 Object newDataDrivenSteps(Class<?> scenarioStepsClass, List<?> instantiatedSteps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDrivenStepFactory

public DataDrivenStepFactory(StepFactory factory)
Method Detail

newDataDrivenSteps

public Object newDataDrivenSteps(Class<?> scenarioStepsClass,
                                 List<?> instantiatedSteps)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.