Package org.jbehave.core.model
-
Interface Summary Interface Description TableTransformers.TableTransformer -
Class Summary Class Description Alias AliasVariant Composite Represents a composite step, which can be declared both programmatically, via the@Composite
annotation, or via a textual representation.Description ExamplesTable Represents a tabular structure that holds rows of example data for parameters named via the column headers:ExamplesTable.TableProperties ExamplesTable.TableRows ExamplesTableFactory Factory that creates instances of ExamplesTable from different type of inputs: table text input, i.e.GivenStories GivenStory ImmutableExamplesTable Lifecycle Lifecycle.Steps Meta Meta.Property Narrative OutcomesTable Represents a tabular structure that holdsOutcomesTable.Outcome
s to be verified by invoking methodOutcomesTable.verify()
.OutcomesTable.Outcome<T> Scenario Step StepPattern Represents a step pattern, as provided in the method annotations.Story StoryDuration StoryLanes StoryMap Groups a set ofStory
s by meta filter.StoryMaps Provides an view of a list ofStoryMap
s, indexed by meta filters.TableParsers TableTransformers Facade responsible for transforming table string representations.TableTransformers.Formatting TableTransformers.FromLandscape TableTransformers.Replacing Verbatim Represents a text content that needs to rendered verbatim, ie as it is laid out in the original textual representation. -
Enum Summary Enum Description ExamplesTable.TableProperties.Decorator Lifecycle.ExecutionType -
Exception Summary Exception Description ExamplesTable.ColumnNotFound ExamplesTable.RowNotFound OutcomesTable.FormatTypeInvalid OutcomesTable.OutcomesFailed