net.thucydides.core.steps
Class DataDrivenStepInterceptor

Package class diagram package DataDrivenStepInterceptor
java.lang.Object
  extended by net.thucydides.core.steps.DataDrivenStepInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class DataDrivenStepInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor

Invoke a step multiple times, each time initialized with a different set of test data.


Constructor Summary
DataDrivenStepInterceptor(List<?> instantiatedSteps)
           
 
Method Summary
 Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDrivenStepInterceptor

public DataDrivenStepInterceptor(List<?> instantiatedSteps)
Method Detail

intercept

public Object intercept(Object obj,
                        Method method,
                        Object[] args,
                        net.sf.cglib.proxy.MethodProxy proxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
Throwable


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