net.thucydides.core.steps
Class DataDrivenStep
java.lang.Object
net.thucydides.core.steps.DataDrivenStep
public class DataDrivenStep
- extends Object
Keep track of whether the current thread is running a data-driven step or not.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDrivenStep
public DataDrivenStep()
startDataDrivenStep
public static void startDataDrivenStep()
endDataDrivenStep
public static void endDataDrivenStep()
inProgress
public static boolean inProgress()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.