-------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------- |
| 59 | TEST(OptionsParserPatternTest, SelectedModulePatterns) |
| 60 | { |
| 61 | CheckPatternOption(cov::ProgramOptions::SelectedModulesOption, L"module", |
| 62 | [](const cov::Options& options) { return options.GetModulePatterns().GetSelectedPatterns().front(); } |
| 63 | ); |
| 64 | } |
| 65 | |
| 66 | //------------------------------------------------------------------------- |
| 67 | TEST(OptionsParserPatternTest, ExcludedModulePatterns) |
nothing calls this directly
no test coverage detected