| Package | Description |
|---|---|
| org.fluentlenium.adapter | |
| org.fluentlenium.configuration | |
| org.fluentlenium.core | |
| org.fluentlenium.core.hook | |
| org.fluentlenium.core.hook.wait | |
| org.fluentlenium.core.inject |
| Modifier and Type | Class and Description |
|---|---|
class |
FluentAdapter
Generic adapter to
FluentDriver. |
class |
FluentTestRunnerAdapter
FluentLenium Test Runner Adapter.
|
class |
IsolatedTest
Instead of extending FluentTest, you can instantiate this class directly.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
FluentAdapter.getConfiguration()
Get the test adapter configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComposedConfiguration
A configuration composed with a writable configuration and list of read configurations.
|
class |
ProgrammaticConfiguration
Configuration based on JavaBean properties. |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
ConfigurationFactoryProvider.newConfiguration(Class<?> container)
Creates a new configuration for a given container, using configuration factory from this provider.
|
Configuration |
DefaultConfigurationFactory.newConfiguration(Class<?> containerClass,
ConfigurationProperties configurationDefaults) |
Configuration |
ConfigurationFactory.newConfiguration(Class<?> containerClass,
ConfigurationProperties configurationDefaults)
Creates a new configuration from a container class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FluentControl
Global control interface for FluentLenium.
|
interface |
FluentPageControl
Control a Page Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFluentContainer
Default minimal implementation for
FluentContainer. |
class |
FluentDriver
Util Class which offers some shortcut to webdriver methods
|
class |
FluentPage
Use the Page Object Pattern to have more resilient tests.
|
| Constructor and Description |
|---|
FluentDriver(org.openqa.selenium.WebDriver driver,
Configuration configuration,
FluentControl adapter)
Wrap the driver into a Fluent driver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFluentHook<T>
Base hook supporting
FluentWebElement API. |
class |
BaseHook<T>
Base hook implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WaitHook
Hook that automatically wait for actions beeing available on the underlying element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerFluentControl
Container global FluentLenium control interface.
|
Copyright © 2016 FluentLenium. All Rights Reserved.