|
ROOT
ROOT project
|
Test fixture class for ReaderBase unit tests. More...
#include <reader_csv_tester.hpp>


Public Member Functions | |
| void | testSplitCsvLine (const std::string &line, const std::vector< std::string > &expected, const char sep=',', const char quote='"') |
| Test the splitCsvLine method of ReaderCSV. | |
Test fixture class for ReaderBase unit tests.
|
inline |
Test the splitCsvLine method of ReaderCSV.
| line | The input CSV line to be split. |
| expected | The expected vector of strings after splitting. |
