T - type of testpublic static class SharedMutator.EffectiveParameters<T>
extends java.lang.Object
| Constructor and Description |
|---|
EffectiveParameters(java.lang.Class<T> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle)
Creates new effective parameters
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProperties.DriverLifecycle |
getDriverLifecycle()
Get the driver lifecycle
|
java.lang.Class<T> |
getTestClass()
Get the test class
|
java.lang.String |
getTestName()
Get the test name
|
public EffectiveParameters(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)
testClass - test classtestName - test namedriverLifecycle - driver lifecyclepublic java.lang.Class<T> getTestClass()
public java.lang.String getTestName()
public ConfigurationProperties.DriverLifecycle getDriverLifecycle()
Copyright © 2018 FluentLenium. All Rights Reserved.