Package org.jbehave.core.model
Class Scenario
- java.lang.Object
-
- org.jbehave.core.model.Scenario
-
public class Scenario extends Object
-
-
Method Summary
Modifier and Type Method Description MetaasMeta(String prefix)ExamplesTablegetExamplesTable()GivenStoriesgetGivenStories()StringgetId()MetagetMeta()List<String>getSteps()List<String>getSteps(boolean trim)StringgetTitle()booleanhasExamplesTable()booleanhasGivenStories()booleanhasMeta()StringtoString()
-
-
-
Constructor Detail
-
Scenario
public Scenario()
-
Scenario
public Scenario(String title, Meta meta, GivenStories givenStories, ExamplesTable examplesTable, List<String> steps)
-
-
Method Detail
-
getTitle
public String getTitle()
-
hasGivenStories
public boolean hasGivenStories()
-
getGivenStories
public GivenStories getGivenStories()
-
hasExamplesTable
public boolean hasExamplesTable()
-
getExamplesTable
public ExamplesTable getExamplesTable()
-
getId
public String getId()
-
hasMeta
public boolean hasMeta()
-
getMeta
public Meta getMeta()
-
-