-------------------------------------------------------------------------
| 79 | |
| 80 | //------------------------------------------------------------------------- |
| 81 | TEST(ImportExportTest, ExportHtml) |
| 82 | { |
| 83 | RunCoverage(cov::ExportOptionParser::ExportTypeHtmlValue); |
| 84 | } |
| 85 | |
| 86 | //------------------------------------------------------------------------- |
| 87 | TEST(ImportExportTest, ExportCobertura) |
nothing calls this directly
no test coverage detected