Class DataDrivenStepInterceptor

java.lang.Object
net.thucydides.core.steps.DataDrivenStepInterceptor
All Implemented Interfaces:
Interceptor

public class DataDrivenStepInterceptor extends Object implements Interceptor
Invoke a step multiple times, each time initialized with a different set of test data.
  • Constructor Details

    • DataDrivenStepInterceptor

      public DataDrivenStepInterceptor(List<?> instantiatedSteps)
  • Method Details