public class VitamReporter extends Object implements gherkin.formatter.Reporter, gherkin.formatter.Formatter
Constructor and Description |
---|
VitamReporter(Appendable appendable) |
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 s,
byte[] bytes) |
void |
endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
eof() |
void |
examples(gherkin.formatter.model.Examples examples) |
void |
feature(gherkin.formatter.model.Feature feature) |
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 |
startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario) |
void |
step(gherkin.formatter.model.Step step) |
void |
syntaxError(String s,
String s1,
List<String> list,
String s2,
Integer integer) |
void |
uri(String s) |
void |
write(String operationId) |
public VitamReporter(Appendable appendable)
public void syntaxError(String s, String s1, List<String> list, String s2, Integer integer)
syntaxError
in interface gherkin.formatter.Formatter
public void uri(String s)
uri
in interface gherkin.formatter.Formatter
public void feature(gherkin.formatter.model.Feature feature)
feature
in interface gherkin.formatter.Formatter
public void scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
scenarioOutline
in interface gherkin.formatter.Formatter
public void examples(gherkin.formatter.model.Examples examples)
examples
in interface gherkin.formatter.Formatter
public void startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
startOfScenarioLifeCycle
in interface gherkin.formatter.Formatter
public void background(gherkin.formatter.model.Background background)
background
in interface gherkin.formatter.Formatter
public void scenario(gherkin.formatter.model.Scenario scenario)
scenario
in interface gherkin.formatter.Formatter
public void step(gherkin.formatter.model.Step step)
step
in interface gherkin.formatter.Formatter
public void endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
endOfScenarioLifeCycle
in interface gherkin.formatter.Formatter
public void done()
done
in interface gherkin.formatter.Formatter
public void close()
close
in interface gherkin.formatter.Formatter
close
in interface Closeable
close
in interface AutoCloseable
public void eof()
eof
in interface gherkin.formatter.Formatter
public void before(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)
before
in interface gherkin.formatter.Reporter
public void result(gherkin.formatter.model.Result result)
result
in interface gherkin.formatter.Reporter
public void after(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)
after
in interface gherkin.formatter.Reporter
public void match(gherkin.formatter.model.Match match)
match
in interface gherkin.formatter.Reporter
public void embedding(String s, byte[] bytes)
embedding
in interface gherkin.formatter.Reporter
public void write(String operationId)
write
in interface gherkin.formatter.Reporter
Copyright © 2018 Vitam. All rights reserved.