public class FeatureResultListener extends Object implements gherkin.formatter.Reporter
| Constructor and Description |
|---|
FeatureResultListener(gherkin.formatter.Reporter reporter,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
before(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result) |
void |
embedding(String mimeType,
byte[] data) |
Throwable |
getFirstError() |
boolean |
isPassed() |
void |
match(gherkin.formatter.model.Match match) |
void |
result(gherkin.formatter.model.Result result) |
void |
startFeature() |
void |
write(String text) |
public FeatureResultListener(gherkin.formatter.Reporter reporter,
boolean strict)
public void after(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result)
after in interface gherkin.formatter.Reporterpublic void before(gherkin.formatter.model.Match match,
gherkin.formatter.model.Result result)
before in interface gherkin.formatter.Reporterpublic void embedding(String mimeType, byte[] data)
embedding in interface gherkin.formatter.Reporterpublic 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 write(String text)
write in interface gherkin.formatter.Reporterpublic boolean isPassed()
public Throwable getFirstError()
public void startFeature()
Copyright © 2015. All Rights Reserved.