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

Function TEST_F

OpenCppCoverageTest/CommandLineOptionsTest.cpp:115–120  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113
114 //-------------------------------------------------------------------------
115 TEST_F(CommandLineOptionsTest, SelectedModulesOption)
116 {
117 RunCoverageOnProgram({ { cov::ProgramOptions::SelectedModulesOption, testCoverageConsole.string() } });
118 CheckFilenameExistsInOutput(testCoverageConsole, true);
119 CheckFilenameExistsInOutput(testCoverageSharedLib, false);
120 }
121
122 //-------------------------------------------------------------------------
123 TEST_F(CommandLineOptionsTest, ExcludedModulesOption)

Callers

nothing calls this directly

Calls 1

GetMainCppFilenameFunction · 0.85

Tested by

no test coverage detected