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