cucumber.runtime.autocomplete
Class StepdefGenerator

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

public class StepdefGenerator
extends java.lang.Object

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


Constructor Summary
StepdefGenerator()
           
 
Method Summary
 java.util.List<MetaStepdef> generate(java.util.List<StepDefinition> stepDefinitions, java.util.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 java.util.List<MetaStepdef> generate(java.util.List<StepDefinition> stepDefinitions,
                                            java.util.List<CucumberFeature> features)