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, gherkin.I18n i18n)
           
 List<String> getSnippets(Iterable<? extends Backend> backends)
           
 boolean hasUndefinedSteps()
           
 void reset()
           
 void storeStepKeyword(gherkin.formatter.model.Step step, gherkin.I18n i18n)
           
 
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,
                             gherkin.I18n i18n)

addUndefinedStep

public void addUndefinedStep(gherkin.formatter.model.Step step,
                             gherkin.I18n i18n)

hasUndefinedSteps

public boolean hasUndefinedSteps()


Copyright © 2012. All Rights Reserved.