Package net.thucydides.core.steps
Class DataDrivenStep
java.lang.Object
net.thucydides.core.steps.DataDrivenStep
Keep track of whether the current thread is running a data-driven step or not.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
static void
-
Constructor Details
-
DataDrivenStep
public DataDrivenStep()
-
-
Method Details
-
startDataDrivenStep
public static void startDataDrivenStep() -
endDataDrivenStep
public static void endDataDrivenStep() -
inProgress
public static boolean inProgress()
-