| Interface | Description |
|---|---|
| DataTable.TableConverter |
Converts a
DataTable to another type. |
| TableCellTransformer<T> |
Transforms a single table cell to an instance of
T. |
| TableEntryTransformer<T> |
Transforms a table entry to in instance of
T |
| TableRowTransformer<T> |
Transforms a single table row to an instance of
T. |
| TableTransformer<T> |
Transforms a table row to an instance of
T. |
| Class | Description |
|---|---|
| DataTable |
A m-by-n table of string values.
|
| DataTableType |
A data table targetType describes how a data table should be represented as an object.
|
| DataTableTypeRegistry | |
| DataTableTypeRegistryTableConverter | |
| TypeReference<T> |
| Exception | Description |
|---|---|
| CucumberDataTableException | |
| UndefinedDataTableTypeException |
Copyright © 2018. All rights reserved.