org.jbehave.core.model
Class GivenStories
java.lang.Object
org.jbehave.core.model.GivenStories
public class GivenStories
- extends java.lang.Object
|
Constructor Summary |
GivenStories(java.lang.String givenStoriesAsString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY
public static final GivenStories EMPTY
GivenStories
public GivenStories(java.lang.String givenStoriesAsString)
getStories
public java.util.List<GivenStory> getStories()
getPaths
public java.util.List<java.lang.String> getPaths()
requireParameters
public boolean requireParameters()
useExamplesTable
public void useExamplesTable(ExamplesTable examplesTable)
asString
public java.lang.String asString()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003-2012. All Rights Reserved.