Class FluentCucumberSharedMutator

java.lang.Object
io.fluentlenium.adapter.cucumber.FluentCucumberSharedMutator
All Implemented Interfaces:
SharedMutator

public class FluentCucumberSharedMutator extends Object implements SharedMutator
Cucumber implementation of SharedMutator, replacing testClass with a null reference as it doesn't make sense in case of Cucumber tests, and raising a ConfigurationException when ConfigurationProperties.DriverLifecycle.CLASS is given to link WebDriver instances with classes defining step definitions.