net.thucydides.core.steps
Class DataDrivenStep

Package class diagram package DataDrivenStep
java.lang.Object
  extended by 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.


Constructor Summary
DataDrivenStep()
           
 
Method Summary
static void endDataDrivenStep()
           
static boolean inProgress()
           
static void startDataDrivenStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDrivenStep

public DataDrivenStep()
Method Detail

startDataDrivenStep

public static void startDataDrivenStep()

endDataDrivenStep

public static void endDataDrivenStep()

inProgress

public static boolean inProgress()


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