org.jbehave.core.model
Class GivenStories

java.lang.Object
  extended by org.jbehave.core.model.GivenStories

public class GivenStories
extends Object


Field Summary
static GivenStories EMPTY
           
 
Constructor Summary
GivenStories(String givenStoriesAsString)
           
 
Method Summary
 String asString()
           
 List<String> getPaths()
           
 List<GivenStory> getStories()
           
 boolean requireParameters()
           
 String toString()
           
 void useExamplesTable(ExamplesTable examplesTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final GivenStories EMPTY
Constructor Detail

GivenStories

public GivenStories(String givenStoriesAsString)
Method Detail

getStories

public List<GivenStory> getStories()

getPaths

public List<String> getPaths()

requireParameters

public boolean requireParameters()

useExamplesTable

public void useExamplesTable(ExamplesTable examplesTable)

asString

public String asString()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.