Uses of Class
org.jbehave.core.model.ExamplesTable
-
Uses of ExamplesTable in org.jbehave.core.model
Modifier and TypeMethodDescriptionExamplesTableFactory.createExamplesTable
(String input) static ExamplesTable
ExamplesTable.empty()
Lifecycle.getExamplesTable()
Scenario.getExamplesTable()
ExamplesTable.withDefaults
(Parameters defaults) ExamplesTable.withNamedParameters
(Map<String, String> namedParameters) ImmutableExamplesTable.withNamedParameters
(Map<String, String> namedParameters) ExamplesTable.withRowValues
(int rowIndex, Map<String, String> values) ImmutableExamplesTable.withRowValues
(int rowIndex, Map<String, String> values) Modifier and TypeMethodDescriptionvoid
GivenStories.useExamplesTable
(ExamplesTable examplesTable) ModifierConstructorDescriptionLifecycle
(ExamplesTable examplesTable) Lifecycle
(ExamplesTable examplesTable, List<Lifecycle.Steps> before, List<Lifecycle.Steps> after) Scenario
(String title, Meta meta, GivenStories givenStories, ExamplesTable examplesTable, List<String> steps) -
Uses of ExamplesTable in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionTemplateableOutput.OutputScenario.getExamplesTable()
TemplateableOutput.OutputStep.getTable()
Modifier and TypeMethodDescriptionvoid
ConcurrentStoryReporter.beforeExamples
(List<String> steps, ExamplesTable table) void
DelegatingStoryReporter.beforeExamples
(List<String> steps, ExamplesTable table) void
NullStoryReporter.beforeExamples
(List<String> steps, ExamplesTable table) void
PrintStreamOutput.beforeExamples
(List<String> steps, ExamplesTable table) void
SilentSuccessFilter.beforeExamples
(List<String> steps, ExamplesTable table) void
StoryReporter.beforeExamples
(List<String> steps, ExamplesTable table) void
TemplateableOutput.beforeExamples
(List<String> steps, ExamplesTable table) protected String
PrintStreamOutput.formatTable
(ExamplesTable table)