private static class CsvFileArgumentsProvider.CsvParserIterator extends java.lang.Object implements java.util.Iterator<Arguments>
Modifier and Type | Field and Description |
---|---|
private com.univocity.parsers.csv.CsvParser |
csvParser |
private java.lang.Object[] |
nextCsvRecord |
Constructor and Description |
---|
CsvParserIterator(com.univocity.parsers.csv.CsvParser csvParser) |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
Arguments |
next() |