https://github.com/maxgekk/univocity_tests
Test cases for uniVocity CSV parser
https://github.com/maxgekk/univocity_tests
Last synced: 3 months ago
JSON representation
Test cases for uniVocity CSV parser
- Host: GitHub
- URL: https://github.com/maxgekk/univocity_tests
- Owner: MaxGekk
- License: apache-2.0
- Created: 2018-06-26T14:15:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T13:13:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T08:28:20.200Z (4 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# univocity_tests
Test cases for uniVocity CSV parser## UnivocityParseLineTest
The test checks output of `parseLine` when set of selected indexes is empty. Current output is:
```
"0" -> []
"1" -> null
"2" -> null
"3" -> null
"4" -> null
```