Uses of Enum Class
io.fluentlenium.configuration.ConfigurationProperties.DriverLifecycle
Packages that use ConfigurationProperties.DriverLifecycle
Package
Description
-
Uses of ConfigurationProperties.DriverLifecycle in io.fluentlenium.adapter
Methods in io.fluentlenium.adapter that return ConfigurationProperties.DriverLifecycleMethods in io.fluentlenium.adapter with parameters of type ConfigurationProperties.DriverLifecycleModifier and TypeMethodDescriptionDefaultSharedMutator.getEffectiveParameters(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) SharedMutator.getEffectiveParameters(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) Effective parameters to use forSharedWebDriverContainer.static voidTestRunnerCommon.quitMethodAndThreadDrivers(ConfigurationProperties.DriverLifecycle driverLifecycle, SharedWebDriver sharedWebDriver) Constructors in io.fluentlenium.adapter with parameters of type ConfigurationProperties.DriverLifecycleModifierConstructorDescriptionEffectiveParameters(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) -
Uses of ConfigurationProperties.DriverLifecycle in io.fluentlenium.configuration
Methods in io.fluentlenium.configuration that return ConfigurationProperties.DriverLifecycleModifier and TypeMethodDescriptionAnnotationConfiguration.getDriverLifecycle()ComposedConfiguration.getDriverLifecycle()ConfigurationDefaults.getDriverLifecycle()ConfigurationProperties.getDriverLifecycle()driverLifecycleProgrammaticConfiguration.getDriverLifecycle()PropertiesBackendConfiguration.getDriverLifecycle()Returns the enum constant of this class with the specified name.ConfigurationProperties.DriverLifecycle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluentlenium.configuration with parameters of type ConfigurationProperties.DriverLifecycleModifier and TypeMethodDescriptionvoidComposedConfiguration.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) voidConfigurationMutator.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) Sets the value ofvoidProgrammaticConfiguration.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) -
Uses of ConfigurationProperties.DriverLifecycle in io.fluentlenium.core
Methods in io.fluentlenium.core that return ConfigurationProperties.DriverLifecycleMethods in io.fluentlenium.core with parameters of type ConfigurationProperties.DriverLifecycleModifier and TypeMethodDescriptiondefault voidFluentControl.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)