public class SerenityReporter
extends java.lang.Object
implements cucumber.api.Plugin, cucumber.api.event.ConcurrentEventListener
| Constructor and Description |
|---|
SerenityReporter()
Constructor automatically called by cucumber when class is specified as plugin
in @CucumberOptions.
|
SerenityReporter(net.thucydides.core.webdriver.Configuration systemConfiguration,
cucumber.runtime.io.ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.thucydides.core.model.TestOutcome> |
getAllTestOutcomes() |
void |
setEventPublisher(cucumber.api.event.EventPublisher publisher) |
public SerenityReporter()
public SerenityReporter(net.thucydides.core.webdriver.Configuration systemConfiguration,
cucumber.runtime.io.ResourceLoader resourceLoader)