Package io.fluentlenium.adapter
Class TestRunnerCommon
java.lang.Object
io.fluentlenium.adapter.TestRunnerCommon
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteCookies
(SharedWebDriver sharedWebDriver, Configuration configuration) static void
doHtmlDump
(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static void
doScreenshot
(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) static SharedWebDriver
getTestDriver
(Class<?> testClass, String testName, Supplier<org.openqa.selenium.WebDriver> webDriver, TriConsumer<Throwable, Class<?>, String> failed, Configuration configuration, SharedMutator.EffectiveParameters<?> parameters) static void
quitMethodAndThreadDrivers
(ConfigurationProperties.DriverLifecycle driverLifecycle, SharedWebDriver sharedWebDriver)
-
Method Details
-
doHtmlDump
public static void doHtmlDump(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration) -
doScreenshot
public static void doScreenshot(Class<?> testClass, String testName, FluentControl fluentControl, Configuration configuration)