Uses of Class
org.jbehave.core.model.ExamplesTable.TableProperties
-
Packages that use ExamplesTable.TableProperties Package Description org.jbehave.core.model -
-
Uses of ExamplesTable.TableProperties in org.jbehave.core.model
Methods in org.jbehave.core.model with parameters of type ExamplesTable.TableProperties Modifier and Type Method Description protected boolean
ExamplesTableFactory. isTable(String table, ExamplesTable.TableProperties properties)
List<String>
TableParsers. parseRow(String rowAsString, boolean header, ExamplesTable.TableProperties properties)
ExamplesTable.TableRows
TableParsers. parseRows(String tableAsString, ExamplesTable.TableProperties properties)
String
TableTransformers.Formatting. transform(String tableAsString, TableParsers tableParsers, ExamplesTable.TableProperties properties)
String
TableTransformers.FromLandscape. transform(String tableAsString, TableParsers tableParsers, ExamplesTable.TableProperties properties)
String
TableTransformers.Replacing. transform(String tableAsString, TableParsers tableParsers, ExamplesTable.TableProperties properties)
String
TableTransformers.TableTransformer. transform(String tableAsString, TableParsers tableParsers, ExamplesTable.TableProperties properties)
String
TableTransformers. transform(String transformerName, String tableAsString, TableParsers tableParsers, ExamplesTable.TableProperties properties)
-