- added qunit.css
- added qunit.js
- added test.html
* test.html
- added coreDataSetUp()
- initializes all of the data used in the tests
- added the 'csvEntry2Array() parsing' test
- added an assertion for parsing using the default parameters
- added the 'csv2Array() parsing' test
- added an assertion for parsing using the default parameters
- added the 'csv2Dictionary() parsing' test
- added an assertion for parsing using the default parameters
- added the 'array2CSVEntry() parsing' test
- not implemented yet
- added the 'array2CSV() parsing' test
- not implemented yet
- added the 'dictionary2CSV parsing' test
- not implemented yet