-------------------------------------------------------------------------
| 96 | |
| 97 | //------------------------------------------------------------------------- |
| 98 | TEST(OptionsParserExportTest, ExportTypesDefault) |
| 99 | { |
| 100 | TestExportTypes({}, MakeOptionExport(cov::OptionsExportType::Html)); |
| 101 | } |
| 102 | |
| 103 | //------------------------------------------------------------------------- |
| 104 | TEST(OptionsParserExportTest, ExportTypesHtml) |
nothing calls this directly
no test coverage detected