Uses of Interface
net.thucydides.core.steps.Interceptor
Packages that use Interceptor
Package
Description
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 InterceptorModifier and TypeClassDescriptionclassInvoke a step multiple times, each time initialized with a different set of test data.classListen to step results and publish notification messages.Methods in net.thucydides.core.steps with parameters of type InterceptorModifier and TypeMethodDescriptionvoidProxyConfiguration.$$_serenity_set_interceptor(Interceptor interceptor) Defines an interceptor object that specifies the behavior of the proxy object.<T> TStepFactory.instantiateNewStepLibraryFor(Class<T> scenarioStepsClass, Interceptor interceptor, boolean useCache) Create a new instance of a class containing test steps using custom interceptors.static ObjectProxyConfiguration.InterceptorDispatcher.intercept(Object instance, Method method, Object[] arguments, Object stubValue, Interceptor interceptor, Method zuperMethod) Intercepts a method call to a proxy.