| Package | Description |
|---|---|
| org.zuchini.runner.tables |
| Modifier and Type | Method and Description |
|---|---|
static Datatable |
Datatable.fromLists(List<List<String>> rows) |
static Datatable |
Datatable.fromMaps(List<Map<String,String>> objects,
List<String> header) |
static Datatable |
Datatable.fromMaps(List<Map<String,String>> objects,
List<String> header,
NamingConvention namingConvention) |
static Datatable |
Datatable.fromRows(List<Row> rows) |
| Modifier and Type | Method and Description |
|---|---|
static org.zuchini.runner.tables.DatatableMatcher |
DatatableMatchers.matchesTable(Datatable expected) |
Copyright © 2017. All rights reserved.