public interface SharedMutator
SharedWebDriverContainer method calls.| Modifier and Type | Interface and Description |
|---|---|
static class |
SharedMutator.EffectiveParameters<T>
Effective parameters used by the test.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SharedMutator.EffectiveParameters<T> |
getEffectiveParameters(java.lang.Class<T> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle)
Effective parameters to use for
SharedWebDriverContainer. |
<T> SharedMutator.EffectiveParameters<T> getEffectiveParameters(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)
SharedWebDriverContainer.T - type of the test classtestClass - test classtestName - test namedriverLifecycle - WebDriver lifecycleCopyright © 2018 FluentLenium. All Rights Reserved.