Uses of Interface
net.thucydides.core.steps.Interceptor
| Package | Description |
|---|---|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
-
Uses of Interceptor in net.thucydides.core.steps
Classes in net.thucydides.core.steps that implement Interceptor Modifier and Type Class Description classDataDrivenStepInterceptorInvoke a step multiple times, each time initialized with a different set of test data.classStepInterceptorListen to step results and publish notification messages.Methods in net.thucydides.core.steps with parameters of type Interceptor Modifier and Type Method Description voidProxyConfiguration. $$_serenity_set_interceptor(Interceptor interceptor)Defines an interceptor object that specifies the behavior of the proxy object.<T> TStepFactory. instantiateNewStepLibraryFor(java.lang.Class<T> scenarioStepsClass, Interceptor interceptor, boolean useCache)Create a new instance of a class containing test steps using custom interceptors.static java.lang.ObjectProxyConfiguration.InterceptorDispatcher. intercept(java.lang.Object instance, java.lang.reflect.Method method, java.lang.Object[] arguments, java.lang.Object stubValue, Interceptor interceptor, java.lang.reflect.Method zuperMethod)Intercepts a method call to a proxy.