Package io.fluentlenium.adapter
Class SharedMutator.EffectiveParameters<T>
java.lang.Object
io.fluentlenium.adapter.SharedMutator.EffectiveParameters<T>
- Type Parameters:
T
- type of test
- Enclosing interface:
SharedMutator
Effective parameters used by the test.
This type is used for creating and identifying SharedWebDriver
instances.
-
Constructor Summary
ConstructorDescriptionEffectiveParameters
(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
EffectiveParameters
public EffectiveParameters(Class<T> testClass, String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)
-
-
Method Details
-
getTestClass
-
getTestName
-
getDriverLifecycle
-