Package org.jbehave.core.model
-
Interface Summary Interface Description TableTransformerMonitor Interface to monitor table transformer eventsTableTransformers.TableTransformer -
Class Summary Class Description Alias AliasVariant Composite Represents a composite step, which can be declared both programmatically, via the@Compositeannotation, or via a textual representation.DelegatingTableTransformerMonitor Monitor which collects otherTableTransformerMonitor-s and delegates all invocations to the collected monitors.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.ExamplesTableStringBuilder GivenStories GivenStory ImmutableExamplesTable Lifecycle Lifecycle.Steps Meta Meta.Property Narrative NullTableTransformerMonitor Null Object Pattern implementation ofTableTransformerMonitor.OutcomesTable Represents a tabular structure that holdsOutcomesTable.Outcomes 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 ofStorys by meta filter.StoryMaps Provides an view of a list ofStoryMaps, indexed by meta filters.TableParsers TableTransformers Facade responsible for transforming table string representations.TableTransformers.Formatting TableTransformers.FromLandscape TableTransformers.Replacing TableTransformers.ResolvingSelfReferences 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.NonDistinctColumnFound ExamplesTable.RowNotFound OutcomesTable.FormatTypeInvalid OutcomesTable.OutcomesFailed