Package org.jbehave.core.model
Class ImmutableExamplesTable
java.lang.Object
org.jbehave.core.model.ExamplesTable
org.jbehave.core.model.ImmutableExamplesTable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jbehave.core.model.ExamplesTable
ExamplesTable.ColumnNotFound, ExamplesTable.NonDistinctColumnFound, ExamplesTable.RowNotFound, ExamplesTable.TableProperties, ExamplesTable.TableRows -
Field Summary
Fields inherited from class org.jbehave.core.model.ExamplesTable
EMPTY, INLINED_PROPERTIES_PATTERN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRow(int rowIndex) withNamedParameters(Map<String, String> namedParameters) withRowValues(int rowIndex, Map<String, String> values) Methods inherited from class org.jbehave.core.model.ExamplesTable
asString, empty, getColumn, getColumn, getHeaderSeparator, getProperties, getPropertiesAsString, getRow, getRowAsParameters, getRowAsParameters, getRowCount, getRows, getRowsAs, getRowsAs, getRowsAsParameters, getRowsAsParameters, getRowValues, getRowValues, getValueSeparator, isEmpty, metaByRow, outputTo, toString, withDefaults
-
Constructor Details
-
ImmutableExamplesTable
-
-
Method Details
-
getHeaders
- Overrides:
getHeadersin classExamplesTable
-
getRow
- Overrides:
getRowin classExamplesTable
-
withNamedParameters
- Overrides:
withNamedParametersin classExamplesTable
-
withRowValues
- Overrides:
withRowValuesin classExamplesTable
-
withRows
- Overrides:
withRowsin classExamplesTable
-