Class VitamReporter
- java.lang.Object
-
- fr.gouv.vitam.functionaltest.cucumber.report.VitamReporter
-
- All Implemented Interfaces:
gherkin.formatter.Formatter,gherkin.formatter.Reporter,java.io.Closeable,java.lang.AutoCloseable
public class VitamReporter extends java.lang.Object implements gherkin.formatter.Reporter, gherkin.formatter.Formatter
-
-
Constructor Summary
Constructors Constructor Description VitamReporter(java.lang.Appendable appendable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)voidbackground(gherkin.formatter.model.Background background)voidbefore(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)voidclose()voiddone()voidembedding(java.lang.String s, byte[] bytes)voidendOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)voideof()voidexamples(gherkin.formatter.model.Examples examples)voidfeature(gherkin.formatter.model.Feature feature)voidmatch(gherkin.formatter.model.Match match)voidresult(gherkin.formatter.model.Result result)voidscenario(gherkin.formatter.model.Scenario scenario)voidscenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)voidstartOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)voidstep(gherkin.formatter.model.Step step)voidsyntaxError(java.lang.String s, java.lang.String s1, java.util.List<java.lang.String> list, java.lang.String s2, java.lang.Integer integer)voiduri(java.lang.String s)voidwrite(java.lang.String operationId)
-
-
-
Method Detail
-
syntaxError
public void syntaxError(java.lang.String s, java.lang.String s1, java.util.List<java.lang.String> list, java.lang.String s2, java.lang.Integer integer)- Specified by:
syntaxErrorin interfacegherkin.formatter.Formatter
-
uri
public void uri(java.lang.String s)
- Specified by:
uriin interfacegherkin.formatter.Formatter
-
feature
public void feature(gherkin.formatter.model.Feature feature)
- Specified by:
featurein interfacegherkin.formatter.Formatter
-
scenarioOutline
public void scenarioOutline(gherkin.formatter.model.ScenarioOutline scenarioOutline)
- Specified by:
scenarioOutlinein interfacegherkin.formatter.Formatter
-
examples
public void examples(gherkin.formatter.model.Examples examples)
- Specified by:
examplesin interfacegherkin.formatter.Formatter
-
startOfScenarioLifeCycle
public void startOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
- Specified by:
startOfScenarioLifeCyclein interfacegherkin.formatter.Formatter
-
background
public void background(gherkin.formatter.model.Background background)
- Specified by:
backgroundin interfacegherkin.formatter.Formatter
-
scenario
public void scenario(gherkin.formatter.model.Scenario scenario)
- Specified by:
scenarioin interfacegherkin.formatter.Formatter
-
step
public void step(gherkin.formatter.model.Step step)
- Specified by:
stepin interfacegherkin.formatter.Formatter
-
endOfScenarioLifeCycle
public void endOfScenarioLifeCycle(gherkin.formatter.model.Scenario scenario)
- Specified by:
endOfScenarioLifeCyclein interfacegherkin.formatter.Formatter
-
done
public void done()
- Specified by:
donein interfacegherkin.formatter.Formatter
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfacegherkin.formatter.Formatter
-
eof
public void eof()
- Specified by:
eofin interfacegherkin.formatter.Formatter
-
before
public void before(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)- Specified by:
beforein interfacegherkin.formatter.Reporter
-
result
public void result(gherkin.formatter.model.Result result)
- Specified by:
resultin interfacegherkin.formatter.Reporter
-
after
public void after(gherkin.formatter.model.Match match, gherkin.formatter.model.Result result)- Specified by:
afterin interfacegherkin.formatter.Reporter
-
match
public void match(gherkin.formatter.model.Match match)
- Specified by:
matchin interfacegherkin.formatter.Reporter
-
embedding
public void embedding(java.lang.String s, byte[] bytes)- Specified by:
embeddingin interfacegherkin.formatter.Reporter
-
write
public void write(java.lang.String operationId)
- Specified by:
writein interfacegherkin.formatter.Reporter
-
-