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 SharedWebDriverTestRunnerCommon.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.utils
Method parameters in io.fluentlenium.utils with type arguments of type SharedMutator.EffectiveParametersModifier and TypeMethodDescriptionstatic voidThreadLocalAdapterUtil.clearThreadLocals(ThreadLocal<SharedMutator.EffectiveParameters<?>> parametersThread, ThreadLocal<Class<?>> classThread, ThreadLocal<String> methodNameThread) static voidThreadLocalAdapterUtil.setTestClassAndMethodValues(ThreadLocal<SharedMutator.EffectiveParameters<?>> parametersThread, ThreadLocal<Class<?>> classThread, ThreadLocal<String> methodNameThread)