public class SerenityReporter extends 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 |
|---|---|
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)
public void setEventPublisher(cucumber.api.event.EventPublisher publisher)
setEventPublisher in interface cucumber.api.event.ConcurrentEventListenerpublic List<net.thucydides.core.model.TestOutcome> getAllTestOutcomes()
Copyright © 2020. All rights reserved.