MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / TEST

Function TEST

CppCoverageTest/OptionsParserExportTest.cpp:98–101  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

96
97 //-------------------------------------------------------------------------
98 TEST(OptionsParserExportTest, ExportTypesDefault)
99 {
100 TestExportTypes({}, MakeOptionExport(cov::OptionsExportType::Html));
101 }
102
103 //-------------------------------------------------------------------------
104 TEST(OptionsParserExportTest, ExportTypesHtml)

Callers

nothing calls this directly

Calls 7

TestExportTypesFunction · 0.85
MakeOptionExportFunction · 0.85
LocalToWStringFunction · 0.85
GetOptionPrefixFunction · 0.85
CheckExportPluginParserFunction · 0.85
GetTypeMethod · 0.80
ParseFunction · 0.70

Tested by

no test coverage detected