Module org.junit.jupiter.params
Class CsvFileArgumentsProvider.CsvParserIterator
java.lang.Object
org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
- Enclosing class:
CsvFileArgumentsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CsvFileSourceprivate final com.univocity.parsers.csv.CsvParserprivate String[]private Argumentsprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionCsvParserIterator(com.univocity.parsers.csv.CsvParser csvParser, CsvFileSource csvFileSource) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
csvParser
private final com.univocity.parsers.csv.CsvParser csvParser -
csvFileSource
-
useHeadersInDisplayName
private final boolean useHeadersInDisplayName -
nullValues
-
nextArguments
-
headers
-
-
Constructor Details
-
CsvParserIterator
CsvParserIterator(com.univocity.parsers.csv.CsvParser csvParser, CsvFileSource csvFileSource)
-
-
Method Details