| Interface | Description |
|---|---|
| FluentControlContainer |
Container for
FluentControl of the actual test adapter. |
| SharedMutator |
Defines mutations of parameters used for
SharedWebDriverContainer method calls. |
| Class | Description |
|---|---|
| DefaultFluentControlContainer |
Default
FluentControlContainer implementation, using a simple variable to store the FluentDriver instance. |
| DefaultSharedMutator |
Default implementation of
SharedMutator, returning unchanged parameters. |
| FluentAdapter |
Generic adapter to
FluentDriver. |
| FluentStandalone |
Create an instance of this class if you want to use FluentLenium as an automation framework only.
|
| FluentStandaloneRunnable |
Extend this class and implement
FluentStandaloneRunnable.doRun() if you want to use FluentLenium as an automation framework only. |
| FluentTestRunnerAdapter |
FluentLenium Test Runner Adapter.
|
| IsolatedTest | Deprecated
use either
FluentStandaloneRunnable and FluentStandalone. |
| SharedMutator.EffectiveParameters<T> |
Effective parameters used by the test.
|
| SharedWebDriver |
A reference to a shared
WebDriver used by a test. |
| SharedWebDriverContainerShutdownHook |
Shutdown hook closing the Shared WebDriver container when JVM is closing.
|
| ThreadLocalFluentControlContainer |
Alternative
FluentControlContainer implementation, using a ThreadLocal variable to store the
FluentDriver instance. |
| Enum | Description |
|---|---|
| SharedWebDriverContainer |
A singleton container for all running
SharedWebDriver in the JVM. |
Copyright © 2018 FluentLenium. All Rights Reserved.