Class DataDrivenStep

java.lang.Object
net.thucydides.core.steps.DataDrivenStep

public class DataDrivenStep
extends java.lang.Object
Keep track of whether the current thread is running a data-driven step or not.
  • Constructor Summary

    Constructors
    Constructor Description
    DataDrivenStep()  
  • Method Summary

    Modifier and Type Method Description
    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 Details

    • DataDrivenStep

      public DataDrivenStep()
  • Method Details

    • startDataDrivenStep

      public static void startDataDrivenStep()
    • endDataDrivenStep

      public static void endDataDrivenStep()
    • inProgress

      public static boolean inProgress()