cucumber.runtime.model
Class StepContainer

java.lang.Object
  extended by cucumber.runtime.model.StepContainer
Direct Known Subclasses:
CucumberBackground, CucumberTagStatement

public class StepContainer
extends Object


Method Summary
 List<gherkin.formatter.model.Step> getSteps()
           
 void step(gherkin.formatter.model.Step step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSteps

public List<gherkin.formatter.model.Step> getSteps()

step

public void step(gherkin.formatter.model.Step step)


Copyright © 2012. All Rights Reserved.