| Interface | Description |
|---|---|
| DataReader<T> |
| Class | Description |
|---|---|
| CsvReader<T> | |
| JsonReader<T> | |
| TestDataReader<T extends DataReader<?>> |
Generic structure for reading test data in JSON, CSV and YAML formats.
|
| TestDataReader.DataBuilder<T,E> | |
| YamlReader<T> |
| Annotation Type | Description |
|---|---|
| FieldName |
Use this annotation to specify CSV field's name.
|
| Source |
Use this annotation to provide CSV / JSON source path.
|