| Interface | Description |
|---|---|
| DataTable.TableConverter |
Converts a
DataTable to another type. |
| TableCellByTypeTransformer |
Transformer for single cell.
|
| TableCellTransformer<T> |
Transforms a single table cell to an instance of
T. |
| TableEntryByTypeTransformer |
Default transformer for entries which don't have registered
DataTableType in
TypeRegistry. |
| 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.
|
| DataTableDiff | |
| DataTableType |
A data table type describes how a data table should be represented as an
object.
|
| DataTableTypeRegistry | |
| DataTableTypeRegistryTableConverter | |
| TableDiffer | |
| TypeReference<T> |
| Exception | Description |
|---|---|
| CucumberDataTableException | |
| DuplicateTypeException | |
| TableDiffException | |
| UndefinedDataTableTypeException |
Copyright © 2020. All rights reserved.