Uses of
Interface
io.fluentlenium.adapter.FluentControlContainer
Packages that use FluentControlContainer
-
Uses of FluentControlContainer in io.fluentlenium.adapter
Classes in io.fluentlenium.adapter that implement FluentControlContainerModifier and TypeClassDescriptionclass
DefaultFluentControlContainer
implementation, using a simple variable to store theFluentDriver
instance.class
AlternativeFluentControlContainer
implementation, using a ThreadLocal variable to store theFluentDriver
instance.Constructors in io.fluentlenium.adapter with parameters of type FluentControlContainerModifierConstructorDescriptionFluentAdapter
(FluentControlContainer controlContainer) Creates a new fluent adapter, using given control interface container.FluentAdapter
(FluentControlContainer controlContainer, Class<?> clazz) Creates a new fluent adapter, using given control interface container.FluentTestRunnerAdapter
(FluentControlContainer driverContainer) Creates a test runner adapter, with a custom driver container.FluentTestRunnerAdapter
(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. -
Uses of FluentControlContainer in io.fluentlenium.adapter.cucumber
Methods in io.fluentlenium.adapter.cucumber that return FluentControlContainerModifier and TypeMethodDescriptionprotected FluentControlContainer
FluentTestContainer.getControlContainer()
Provide control container across different classes.Constructors in io.fluentlenium.adapter.cucumber with parameters of type FluentControlContainerModifierConstructorDescriptionprotected
FluentCucumberTest
(FluentControlContainer container, Class clazz, SharedMutator sharedMutator) Constructor used within module.protected
FluentCucumberTest
(FluentControlContainer container, SharedMutator sharedMutator) Constructor used within module. -
Uses of FluentControlContainer in io.fluentlenium.core
Methods in io.fluentlenium.core that return FluentControlContainerModifier and TypeMethodDescriptionFluentControl.getControlContainer()
Get the control interface containerFluentControlImpl.getControlContainer()
Constructors in io.fluentlenium.core with parameters of type FluentControlContainerModifierConstructorDescriptionFluentControlImpl
(FluentControlContainer controlContainer) The configuration for this control is provided via itself, without having aFluentConfiguration
annotation specified.FluentControlImpl
(FluentControlContainer controlContainer, Class clazz) Creates a new fluent adapter, using given control interface container.