Uses of Interface
io.fluentlenium.adapter.SharedMutator
Packages that use SharedMutator
-
Uses of SharedMutator in io.fluentlenium.adapter
Classes in io.fluentlenium.adapter that implement SharedMutatorModifier and TypeClassDescriptionclass
Default implementation ofSharedMutator
, returning unchanged parameters.Constructors in io.fluentlenium.adapter with parameters of type SharedMutatorModifierConstructorDescriptionFluentTestRunnerAdapter
(FluentControlContainer driverContainer, Class<?> clazz, SharedMutator sharedMutator) Creates a test runner adapter, with a customer driver container and a customer shared mutator.FluentTestRunnerAdapter
(FluentControlContainer driverContainer, SharedMutator sharedMutator) Creates a test runner adapter, with a customer driver container and a customer shared mutator.FluentTestRunnerAdapter
(SharedMutator sharedMutator) Creates a test runner adapter, with a custom shared mutator. -
Uses of SharedMutator in io.fluentlenium.adapter.cucumber
Classes in io.fluentlenium.adapter.cucumber that implement SharedMutatorModifier and TypeClassDescriptionclass
Cucumber implementation ofSharedMutator
, replacingtestClass
with a null reference as it doesn't make sense in case of Cucumber tests, and raising aConfigurationException
whenConfigurationProperties.DriverLifecycle.CLASS
is given to linkWebDriver
instances with classes defining step definitions.Methods in io.fluentlenium.adapter.cucumber that return SharedMutatorConstructors in io.fluentlenium.adapter.cucumber with parameters of type SharedMutatorModifierConstructorDescriptionprotected
FluentCucumberTest
(FluentControlContainer container, Class clazz, SharedMutator sharedMutator) Constructor used within module.protected
FluentCucumberTest
(FluentControlContainer container, SharedMutator sharedMutator) Constructor used within module.