| Package | Description |
|---|---|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataDrivenStepInterceptor
Invoke a step multiple times, each time initialized with a different set of test data.
|
class |
StepInterceptor
Listen to step results and publish notification messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConfiguration.$$_serenity_set_interceptor(Interceptor interceptor)
Defines an interceptor object that specifies the behavior of the proxy object.
|
<T> T |
StepFactory.instantiateNewStepLibraryFor(Class<T> scenarioStepsClass,
Interceptor interceptor,
boolean useCache)
Create a new instance of a class containing test steps using custom interceptors.
|
static Object |
ProxyConfiguration.InterceptorDispatcher.intercept(Object instance,
Method method,
Object[] arguments,
Object stubValue,
Interceptor interceptor,
Method zuperMethod)
Intercepts a method call to a proxy.
|
Copyright © 2023. All rights reserved.