public class AllureCucumberJvm
extends java.lang.Object
implements gherkin.formatter.Reporter, gherkin.formatter.Formatter
| Constructor and Description |
|---|
AllureCucumberJvm() |
AllureCucumberJvm(io.qameta.allure.AllureLifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
background(gherkin.formatter.model.Background b) |
void |
before(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
close() |
void |
done() |
void |
embedding(java.lang.String string,
byte[] bytes) |
void |
endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
eof() |
void |
examples(gherkin.formatter.model.Examples exmpls) |
void |
feature(gherkin.formatter.model.Feature feature) |
java.lang.String |
getStepName(gherkin.formatter.model.Step step) |
void |
match(gherkin.formatter.model.Match match) |
void |
result(gherkin.formatter.model.Result result) |
void |
scenario(gherkin.formatter.model.Scenario scnr) |
void |
scenarioOutline(gherkin.formatter.model.ScenarioOutline so) |
void |
startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
step(gherkin.formatter.model.Step step) |
void |
syntaxError(java.lang.String state,
java.lang.String event,
java.util.List<java.lang.String> legalEvents,
java.lang.String uri,
java.lang.Integer line) |
void |
uri(java.lang.String uri) |
void |
write(java.lang.String string) |
public AllureCucumberJvm()
public AllureCucumberJvm(io.qameta.allure.AllureLifecycle lifecycle)
public void feature(gherkin.formatter.model.Feature feature)
feature in interface gherkin.formatter.Formatterpublic void before(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result)
before in interface gherkin.formatter.Reporterpublic void after(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result)
after in interface gherkin.formatter.Reporterpublic void startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
startOfScenarioLifeCycle in interface gherkin.formatter.Formatterpublic void step(gherkin.formatter.model.Step step)
step in interface gherkin.formatter.Formatterpublic void match(gherkin.formatter.model.Match match)
match in interface gherkin.formatter.Reporterpublic void result(gherkin.formatter.model.Result result)
result in interface gherkin.formatter.Reporterpublic void endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
endOfScenarioLifeCycle in interface gherkin.formatter.Formatterpublic java.lang.String getStepName(gherkin.formatter.model.Step step)
public void embedding(java.lang.String string,
byte[] bytes)
embedding in interface gherkin.formatter.Reporterpublic void write(java.lang.String string)
write in interface gherkin.formatter.Reporterpublic void syntaxError(java.lang.String state,
java.lang.String event,
java.util.List<java.lang.String> legalEvents,
java.lang.String uri,
java.lang.Integer line)
syntaxError in interface gherkin.formatter.Formatterpublic void uri(java.lang.String uri)
uri in interface gherkin.formatter.Formatterpublic void scenarioOutline(gherkin.formatter.model.ScenarioOutline so)
scenarioOutline in interface gherkin.formatter.Formatterpublic void examples(gherkin.formatter.model.Examples exmpls)
examples in interface gherkin.formatter.Formatterpublic void background(gherkin.formatter.model.Background b)
background in interface gherkin.formatter.Formatterpublic void scenario(gherkin.formatter.model.Scenario scnr)
scenario in interface gherkin.formatter.Formatterpublic void done()
done in interface gherkin.formatter.Formatterpublic void close()
close in interface gherkin.formatter.Formatterclose in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic void eof()
eof in interface gherkin.formatter.Formatter