public class SerenityReporterParallel extends Object implements io.cucumber.plugin.Plugin, io.cucumber.plugin.ConcurrentEventListener
| Constructor and Description |
|---|
SerenityReporterParallel()
Constructor automatically called by cucumber when class is specified as plugin
in @CucumberOptions.
|
SerenityReporterParallel(Configuration systemConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
List<TestOutcome> |
getAllTestOutcomes() |
void |
handleWrite(io.cucumber.plugin.event.WriteEvent event) |
void |
setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) |
static String |
stepTitleFrom(io.cucumber.messages.types.Step currentStep,
io.cucumber.plugin.event.TestStep testStep) |
public SerenityReporterParallel()
public SerenityReporterParallel(Configuration systemConfiguration)
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListenerpublic void handleWrite(io.cucumber.plugin.event.WriteEvent event)
public static String stepTitleFrom(io.cucumber.messages.types.Step currentStep, io.cucumber.plugin.event.TestStep testStep)
public List<TestOutcome> getAllTestOutcomes()
Copyright © 2023. All rights reserved.