Uses
of Class
io.fluentlenium.adapter.SharedMutator.EffectiveParameters
Packages that use SharedMutator.EffectiveParameters
Package
Description
-
Uses of SharedMutator.EffectiveParameters in io.fluentlenium.adapter
Methods in io.fluentlenium.adapter that return SharedMutator.EffectiveParametersModifier and TypeMethodDescriptionDefaultSharedMutator.getEffectiveParameters
(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) SharedMutator.getEffectiveParameters
(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) Effective parameters to use forSharedWebDriverContainer
.Methods in io.fluentlenium.adapter with parameters of type SharedMutator.EffectiveParametersModifier and TypeMethodDescriptionstatic SharedWebDriver
TestRunnerCommon.getTestDriver
(Class<?> testClass, String testName, Supplier<org.openqa.selenium.WebDriver> webDriver, TriConsumer<Throwable, Class<?>, String> failed, Configuration configuration, SharedMutator.EffectiveParameters<?> parameters) -
Uses of SharedMutator.EffectiveParameters in io.fluentlenium.adapter.cucumber
Methods in io.fluentlenium.adapter.cucumber that return SharedMutator.EffectiveParametersModifier and TypeMethodDescriptionFluentCucumberSharedMutator.getEffectiveParameters
(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) -
Uses of SharedMutator.EffectiveParameters in io.fluentlenium.utils
Method parameters in io.fluentlenium.utils with type arguments of type SharedMutator.EffectiveParametersModifier and TypeMethodDescriptionstatic void
ThreadLocalAdapterUtil.clearThreadLocals
(ThreadLocal<SharedMutator.EffectiveParameters<?>> parametersThread, ThreadLocal<Class<?>> classThread, ThreadLocal<String> methodNameThread) static void
ThreadLocalAdapterUtil.setTestClassAndMethodValues
(ThreadLocal<SharedMutator.EffectiveParameters<?>> parametersThread, ThreadLocal<Class<?>> classThread, ThreadLocal<String> methodNameThread)