Uses of Class
gherkin.formatter.model.Result

Packages that use Result
gherkin.formatter   
gherkin.formatter.model   
 

Uses of Result in gherkin.formatter
 

Methods in gherkin.formatter with parameters of type Result
 void Reporter.after(Match match, Result result)
           
 void PrettyFormatter.after(Match match, Result result)
           
 void JSONFormatter.after(Match match, Result result)
           
 void Reporter.before(Match match, Result result)
           
 void PrettyFormatter.before(Match match, Result result)
           
 void JSONFormatter.before(Match match, Result result)
           
 void Reporter.result(Result result)
           
 void PrettyFormatter.result(Result result)
           
 void JSONFormatter.result(Result result)
           
 

Uses of Result in gherkin.formatter.model
 

Fields in gherkin.formatter.model declared as Result
static Result Result.SKIPPED
           
static Result Result.UNDEFINED
           
 

Methods in gherkin.formatter.model that return types with arguments of type Result
 List<Result> CellResult.getResults()
           
 

Methods in gherkin.formatter.model with parameters of type Result
 void CellResult.addResult(Result result)
           
 



Copyright © 2013. All rights reserved.