Class FluentTest

All Implemented Interfaces:
IFluentAdapter, TestRunnerAdapter, Configuration, ConfigurationMutator, ConfigurationProperties, InputControl, AlertControl, CapabilitiesControl, ComponentInstantiator, CssControl, EventsControl, FluentControl, FluentInjectControl, NavigationControl, PerformanceTimingControl, JavascriptControl, SearchControl<FluentWebElement>, SeleniumDriverControl, SnapshotControl, AwaitControl, ChromiumControl

public class FluentTest extends FluentTestRunnerAdapter
JUnit 4 FluentLenium Test Runner Adapter.

Extends this class to provide FluentLenium support to your JUnit Test class.

  • Field Details

    • watchman

      public org.junit.rules.TestRule watchman
      Fluent test adapter JUnit rule.
    • classWatchman

      public static org.junit.rules.TestRule classWatchman
      Fluent test adapter JUnit class rule.
  • Constructor Details

    • FluentTest

      public FluentTest()