Uses of
Interface
io.fluentlenium.adapter.FluentControlContainer
-
Uses of FluentControlContainer in io.fluentlenium.adapter
Modifier and TypeClassDescriptionclass
DefaultFluentControlContainer
implementation, using a simple variable to store theFluentDriver
instance.class
AlternativeFluentControlContainer
implementation, using a ThreadLocal variable to store theFluentDriver
instance.ModifierConstructorDescriptionFluentAdapter
(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
Modifier and TypeMethodDescriptionprotected FluentControlContainer
FluentTestContainer.getControlContainer()
Provide control container across different classes.ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionFluentControl.getControlContainer()
Get the control interface containerFluentControlImpl.getControlContainer()
ModifierConstructorDescriptionFluentControlImpl
(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.