cucumber.runtime.autocomplete
Class StepdefGenerator

java.lang.Object
  extended by cucumber.runtime.autocomplete.StepdefGenerator

public class StepdefGenerator
extends Object

Generates metadata to be used for Code Completion: https://github.com/cucumber/gherkin/wiki/Code-Completion


Constructor Summary
StepdefGenerator()
           
 
Method Summary
 List<MetaStepdef> generate(Collection<StepDefinition> stepDefinitions, List<CucumberFeature> features)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepdefGenerator

public StepdefGenerator()
Method Detail

generate

public List<MetaStepdef> generate(Collection<StepDefinition> stepDefinitions,
                                  List<CucumberFeature> features)


Copyright © 2012. All Rights Reserved.