public class TableParsers extends Object
Constructor and Description |
---|
TableParsers() |
Modifier and Type | Method and Description |
---|---|
org.jbehave.core.model.ExamplesTable.TablePropertiesQueue |
parseProperties(String tableAsString,
Keywords keywords) |
org.jbehave.core.model.ExamplesTable.TablePropertiesQueue |
parseProperties(String tableAsString,
String headerSeparator,
String valueSeparator,
String ignorableSeparator) |
List<String> |
parseRow(String rowAsString,
boolean header,
ExamplesTable.TableProperties properties) |
ExamplesTable.TableRows |
parseRows(String tableAsString,
ExamplesTable.TableProperties properties) |
public org.jbehave.core.model.ExamplesTable.TablePropertiesQueue parseProperties(String tableAsString, Keywords keywords)
public org.jbehave.core.model.ExamplesTable.TablePropertiesQueue parseProperties(String tableAsString, String headerSeparator, String valueSeparator, String ignorableSeparator)
public ExamplesTable.TableRows parseRows(String tableAsString, ExamplesTable.TableProperties properties)
public List<String> parseRow(String rowAsString, boolean header, ExamplesTable.TableProperties properties)
Copyright © 2003–2021. All rights reserved.