org.jbehave.web.runner.context
Class StepdocContext
java.lang.Object
org.jbehave.web.runner.context.StepdocContext
- All Implemented Interfaces:
- java.io.Serializable
public class StepdocContext
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StepdocContext
public StepdocContext()
getAllStepdocs
public java.util.List<StepdocContext.SerializableStepdoc> getAllStepdocs()
setAllStepdocs
public void setAllStepdocs(java.util.List<org.jbehave.core.steps.Stepdoc> stepdocs)
getStepdocs
public java.util.List<StepdocContext.SerializableStepdoc> getStepdocs()
addAllStepdocs
public void addAllStepdocs()
addStepdocs
public void addStepdocs(java.util.List<org.jbehave.core.steps.Stepdoc> stepdocs)
clearStepdocs
public void clearStepdocs()
sortStepdocs
public void sortStepdocs()
setStepsInstances
public void setStepsInstances(java.util.List<java.lang.Object> stepsInstances)
getStepsClasses
public java.util.List<java.lang.Class<?>> getStepsClasses()
getViews
public java.util.List<StepdocContext.View> getViews()
getView
public StepdocContext.View getView()
setView
public void setView(StepdocContext.View view)
getSortings
public java.util.List<StepdocContext.Sorting> getSortings()
getSorting
public StepdocContext.Sorting getSorting()
setSorting
public void setSorting(StepdocContext.Sorting sorting)
getMatchingStep
public java.lang.String getMatchingStep()
setMatchingStep
public void setMatchingStep(java.lang.String matchingStep)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.