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

Function GetTestBasicFilename

TestCoverageConsole/TestBasic.hpp:35–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34 //-------------------------------------------------------------------------
35 inline std::filesystem::path GetTestBasicFilename()
36 {
37 return std::filesystem::path(__FILE__).replace_extension("cpp").filename();
38 }
39}

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected