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 TypeClassDescriptionclassDefaultFluentControlContainerimplementation, using a simple variable to store theFluentDriverinstance.classAlternativeFluentControlContainerimplementation, using a ThreadLocal variable to store theFluentDriverinstance.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, SharedMutator sharedMutator) Creates a test runner adapter, with a customer driver container and a customer shared mutator.FluentTestRunnerAdapter(FluentControlContainer driverContainer, Class<?> clazz, SharedMutator sharedMutator) Creates a test runner adapter, with a customer driver container and a customer shared mutator. -
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 aFluentConfigurationannotation specified.FluentControlImpl(FluentControlContainer controlContainer, Class clazz) Creates a new fluent adapter, using given control interface container.