org.jbehave.web.runner.waffle.controllers
Class StepdocContext

java.lang.Object
  extended by org.jbehave.web.runner.waffle.controllers.StepdocContext

public class StepdocContext
extends Object


Nested Class Summary
static class StepdocContext.View
           
 
Constructor Summary
StepdocContext()
           
 
Method Summary
 void addStepdocs(List<org.jbehave.core.steps.Stepdoc> stepdocs)
           
 void addStepsInstances(List<Object> stepsInstances)
           
 void clearStepdocs()
           
 String getMatchingStep()
           
 List<org.jbehave.core.steps.Stepdoc> getStepdocs()
           
 List<Object> getStepsInstances()
           
 StepdocContext.View getView()
           
 List<StepdocContext.View> getViews()
           
 void setMatchingStep(String matchingStep)
           
 void setView(StepdocContext.View view)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepdocContext

public StepdocContext()
Method Detail

getStepdocs

public List<org.jbehave.core.steps.Stepdoc> getStepdocs()

addStepdocs

public void addStepdocs(List<org.jbehave.core.steps.Stepdoc> stepdocs)

clearStepdocs

public void clearStepdocs()

addStepsInstances

public void addStepsInstances(List<Object> stepsInstances)

getStepsInstances

public List<Object> getStepsInstances()

getViews

public List<StepdocContext.View> getViews()

getView

public StepdocContext.View getView()

setView

public void setView(StepdocContext.View view)

getMatchingStep

public String getMatchingStep()

setMatchingStep

public void setMatchingStep(String matchingStep)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.