cucumber.runtime
Class UndefinedStepsTracker

java.lang.Object
  extended by cucumber.runtime.UndefinedStepsTracker

public class UndefinedStepsTracker
extends Object


Constructor Summary
UndefinedStepsTracker()
           
 
Method Summary
 void addUndefinedStep(gherkin.formatter.model.Step step, Locale locale)
           
 List<String> getSnippets(Iterable<? extends Backend> backends)
           
 void reset()
           
 void storeStepKeyword(gherkin.formatter.model.Step step, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndefinedStepsTracker

public UndefinedStepsTracker()
Method Detail

reset

public void reset()

getSnippets

public List<String> getSnippets(Iterable<? extends Backend> backends)
Parameters:
backends - what backends we want snippets for
Returns:
a list of code snippets that the developer can use to implement undefined steps. This should be displayed after a run.

storeStepKeyword

public void storeStepKeyword(gherkin.formatter.model.Step step,
                             Locale locale)

addUndefinedStep

public void addUndefinedStep(gherkin.formatter.model.Step step,
                             Locale locale)


Copyright © 2012. All Rights Reserved.