An open API service indexing awesome lists of open source software.

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

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
```