public class RenderedExampleTable
extends java.lang.Object
| Constructor and Description |
|---|
RenderedExampleTable() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
cellRow(java.util.List<gherkin.ast.TableCell> cells,
java.util.Map<java.lang.Integer,java.lang.Integer> maxColumnWidths,
RowResultIcon exampleRowResultIcons) |
static java.lang.String |
descriptionFor(gherkin.ast.Examples exampleTable) |
static java.lang.String |
nameFor(gherkin.ast.Examples exampleTable) |
static java.lang.String |
renderedTable(gherkin.ast.Examples exampleTable,
ExampleRowResultIcon exampleRowIcon) |
public static java.lang.String nameFor(gherkin.ast.Examples exampleTable)
public static java.lang.String descriptionFor(gherkin.ast.Examples exampleTable)
public static java.lang.String renderedTable(gherkin.ast.Examples exampleTable,
ExampleRowResultIcon exampleRowIcon)
public static java.lang.String cellRow(java.util.List<gherkin.ast.TableCell> cells,
java.util.Map<java.lang.Integer,java.lang.Integer> maxColumnWidths,
RowResultIcon exampleRowResultIcons)