public class KarateHtmlReporter extends KarateReporterBase
DUMMY_OBJECT, logAppender
Constructor and Description |
---|
KarateHtmlReporter(gherkin.formatter.Reporter reporter,
gherkin.formatter.Formatter formatter) |
Modifier and Type | Method and Description |
---|---|
void |
after(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
background(gherkin.formatter.model.Background background) |
void |
before(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
close() |
void |
done() |
void |
embedding(String mimeType,
byte[] data) |
void |
endKarateFeature() |
void |
endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
eof() |
void |
examples(gherkin.formatter.model.Examples examples) |
void |
feature(gherkin.formatter.model.Feature f) |
void |
karateStepProceed(gherkin.formatter.model.Step step,
gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result,
CallContext callContext) |
void |
match(gherkin.formatter.model.Match match) |
void |
result(gherkin.formatter.model.Result result) |
void |
scenario(gherkin.formatter.model.Scenario scenario) |
void |
scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline) |
void |
startKarateFeature(cucumber.runtime.model.CucumberFeature feature) |
void |
startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
syntaxError(String state,
String event,
List<String> legalEvents,
String uri,
Integer line) |
void |
uri(String uri) |
void |
write(String text) |
callBegin, failed, karateStep, passed, step
public KarateHtmlReporter(gherkin.formatter.Reporter reporter, gherkin.formatter.Formatter formatter)
public void startKarateFeature(cucumber.runtime.model.CucumberFeature feature)
public void endKarateFeature()
public void karateStepProceed(gherkin.formatter.model.Step step, gherkin.formatter.model.Match match, gherkin.formatter.model.Result result, CallContext callContext)
public void result(gherkin.formatter.model.Result result)
public void startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
public void examples(gherkin.formatter.model.Examples examples)
public void endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
public void feature(gherkin.formatter.model.Feature f)
public void done()
public void background(gherkin.formatter.model.Background background)
public void scenario(gherkin.formatter.model.Scenario scenario)
public void scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
public void match(gherkin.formatter.model.Match match)
public void embedding(String mimeType, byte[] data)
public void write(String text)
public void uri(String uri)
public void close()
public void eof()
public void syntaxError(String state, String event, List<String> legalEvents, String uri, Integer line)
public void before(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)
public void after(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)
Copyright © 2018. All rights reserved.