Class CsvFileArgumentsProvider.CsvParserIterator

  • All Implemented Interfaces:
    java.util.Iterator<Arguments>
    Enclosing class:
    CsvFileArgumentsProvider

    private static class CsvFileArgumentsProvider.CsvParserIterator
    extends java.lang.Object
    implements java.util.Iterator<Arguments>
    • Field Detail

      • csvParser

        private final com.univocity.parsers.csv.CsvParser csvParser
      • useHeadersInDisplayName

        private final boolean useHeadersInDisplayName
      • nullValues

        private final java.util.Set<java.lang.String> nullValues
      • nextArguments

        private Arguments nextArguments
      • headers

        private java.lang.String[] headers
    • Constructor Detail

      • CsvParserIterator

        CsvParserIterator​(com.univocity.parsers.csv.CsvParser csvParser,
                          CsvFileSource csvFileSource)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Arguments>
      • next

        public Arguments next()
        Specified by:
        next in interface java.util.Iterator<Arguments>
      • advance

        private void advance()