Class CsvParserFactory
java.lang.Object
org.junit.jupiter.params.provider.CsvParserFactory
- Since:
- 5.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.univocity.parsers.csv.CsvParser
createParser
(String delimiter, String lineSeparator, char quote, String emptyValue, int maxCharsPerColumn, boolean commentProcessingEnabled, boolean headerExtractionEnabled, boolean ignoreLeadingAndTrailingWhitespace) (package private) static com.univocity.parsers.csv.CsvParser
createParserFor
(CsvFileSource annotation) (package private) static com.univocity.parsers.csv.CsvParser
createParserFor
(CsvSource annotation) private static com.univocity.parsers.csv.CsvParserSettings
createParserSettings
(String delimiter, String lineSeparator, char quote, String emptyValue, int maxCharsPerColumn, boolean commentProcessingEnabled, boolean headerExtractionEnabled, boolean ignoreLeadingAndTrailingWhitespace) private static String
selectDelimiter
(Annotation annotation, char delimiter, String delimiterString)
-
Field Details
-
DEFAULT_DELIMITER
- See Also:
-
LINE_SEPARATOR
- See Also:
-
EMPTY_CHAR
private static final char EMPTY_CHAR- See Also:
-
COMMENT_PROCESSING_FOR_CSV_FILE_SOURCE
private static final boolean COMMENT_PROCESSING_FOR_CSV_FILE_SOURCE- See Also:
-
-
Constructor Details
-
CsvParserFactory
CsvParserFactory()
-
-
Method Details
-
createParserFor
-
createParserFor
-
selectDelimiter
private static String selectDelimiter(Annotation annotation, char delimiter, String delimiterString) -
createParser
-
createParserSettings
-