Uses of Class
org.fluentlenium.adapter.FluentAdapter
-
Packages that use FluentAdapter Package Description org.fluentlenium.adapter org.fluentlenium.adapter.cucumber org.fluentlenium.adapter.junit org.fluentlenium.adapter.junit.jupiter org.fluentlenium.adapter.testng -
-
Uses of FluentAdapter in org.fluentlenium.adapter
Subclasses of FluentAdapter in org.fluentlenium.adapter Modifier and Type Class Description class
FluentStandalone
Create an instance of this class if you want to use FluentLenium as an automation framework only.class
FluentStandaloneRunnable
Extend this class and implementFluentStandaloneRunnable.doRun()
if you want to use FluentLenium as an automation framework only.class
FluentTestRunnerAdapter
FluentLenium Test Runner Adapter.class
IsolatedTest
Deprecated.use eitherFluentStandaloneRunnable
andFluentStandalone
. -
Uses of FluentAdapter in org.fluentlenium.adapter.cucumber
Subclasses of FluentAdapter in org.fluentlenium.adapter.cucumber Modifier and Type Class Description class
FluentCucumberTest
Cucumber FluentLenium Test Runner Adapter.Methods in org.fluentlenium.adapter.cucumber that return FluentAdapter Modifier and Type Method Description FluentAdapter
FluentTestContainer. instance()
Returns single instance of adapter across all Cucumber steps. -
Uses of FluentAdapter in org.fluentlenium.adapter.junit
Subclasses of FluentAdapter in org.fluentlenium.adapter.junit Modifier and Type Class Description class
FluentTest
JUnit 4 FluentLenium Test Runner Adapter. -
Uses of FluentAdapter in org.fluentlenium.adapter.junit.jupiter
Subclasses of FluentAdapter in org.fluentlenium.adapter.junit.jupiter Modifier and Type Class Description class
FluentTest
JUnit 5 FluentLenium Test Runner Adapter. -
Uses of FluentAdapter in org.fluentlenium.adapter.testng
Subclasses of FluentAdapter in org.fluentlenium.adapter.testng Modifier and Type Class Description class
FluentTestNg
TestNG FluentLenium Test Runner Adapter.
-