| Package | Description |
|---|---|
| org.fluentlenium.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFluentControlContainer
Default
FluentControlContainer implementation, using a simple variable to store the FluentDriver instance. |
class |
ThreadLocalFluentControlContainer
Alternative
FluentControlContainer implementation, using a ThreadLocal variable to store the
FluentDriver instance. |
| Modifier and Type | Method and Description |
|---|---|
protected FluentControlContainer |
FluentAdapter.getControlContainer()
Get the control interface container
|
| Constructor and Description |
|---|
FluentAdapter(FluentControlContainer controlContainer)
Creates a new fluent adapter, using given control interface container.
|
FluentAdapter(FluentControlContainer controlContainer,
java.lang.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,
java.lang.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.
|
Copyright © 2018 FluentLenium. All Rights Reserved.