org.jbehave.core.model
Class GivenStories

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

public class GivenStories
extends java.lang.Object


Field Summary
static GivenStories EMPTY
           
 
Constructor Summary
GivenStories(java.lang.String givenStoriesAsString)
           
 
Method Summary
 java.lang.String asString()
           
 java.util.List<java.lang.String> getPaths()
           
 java.util.List<GivenStory> getStories()
           
 boolean requireParameters()
           
 java.lang.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(java.lang.String givenStoriesAsString)
Method Detail

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.