public class GivenStories
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static GivenStories |
EMPTY |
Constructor and Description |
---|
GivenStories(java.lang.String givenStoriesAsString) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final GivenStories EMPTY
public java.util.List<GivenStory> getStories()
public java.util.List<java.lang.String> getPaths()
public boolean requireParameters()
public void useExamplesTable(ExamplesTable examplesTable)
public java.lang.String asString()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2014. All Rights Reserved.