public class GivenStories extends Object
Modifier and Type | Field and Description |
---|---|
static GivenStories |
EMPTY |
Constructor and Description |
---|
GivenStories(String givenStoriesAsString) |
Modifier and Type | Method and Description |
---|---|
String |
asString() |
List<String> |
getPaths() |
List<GivenStory> |
getStories() |
boolean |
requireParameters() |
String |
toString() |
void |
useExamplesTable(ExamplesTable examplesTable) |
public static final GivenStories EMPTY
public GivenStories(String givenStoriesAsString)
public List<GivenStory> getStories()
public boolean requireParameters()
public void useExamplesTable(ExamplesTable examplesTable)
public String asString()
Copyright © 2003–2015. All rights reserved.