gherkin.formatter
Interface Reporter

All Known Implementing Classes:
JSONFormatter, JSONPrettyFormatter, PrettyFormatter

public interface Reporter

Interface for reporting results. This is a different interface from Formatter, which also knows how to print gherkin source. They are separate, because some Reporter implementations (such as Cucumber's JUnitReporter) only cares about results,


Method Summary
 void embedding(String mimeType, InputStream data)
           
 void match(Match match)
           
 void result(Result result)
           
 void write(String text)
           
 

Method Detail

result

void result(Result result)

match

void match(Match match)

embedding

void embedding(String mimeType,
               InputStream data)

write

void write(String text)


Copyright © 2012. All Rights Reserved.