Package io.fluentlenium.adapter
Interface FluentControlContainer
- All Superinterfaces:
FluentControlProvider
- All Known Implementing Classes:
DefaultFluentControlContainer,ThreadLocalFluentControlContainer
Container for
FluentControl of the actual test adapter.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFluentControl(FluentControl fluentControl) Set the FluentControl for actual test.Methods inherited from interface io.fluentlenium.core.FluentControlProvider
getFluentControl
-
Method Details
-
setFluentControl
Set the FluentControl for actual test.- Parameters:
fluentControl- FluentControl intialized for actual test.
-