| 109 | } |
| 110 | |
| 111 | TEST_METHOD(OpenCsvTest) |
| 112 | { |
| 113 | const auto goldCsvName = L"..\\..\\tests\\gold\\test_case_0.csv"; |
| 114 | CsvParser goldCsvFile; |
| 115 | goldCsvFile.Open(goldCsvName, 1268); |
| 116 | goldCsvFile.Close(); |
| 117 | } |
| 118 | |
| 119 | TEST_METHOD(OpenServiceTest) |
| 120 | { |
nothing calls this directly
no test coverage detected