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