MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / isTestEnabled

Method isTestEnabled

Libraries/Testing/Testing.cpp:843–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843bool SC::TestReport::isTestEnabled(StringSpan testName) const { return testToRun.isEmpty() || testToRun == testName; }
844
845bool SC::TestReport::isSectionEnabled(StringSpan sectionName) const
846{

Callers 3

TestCaseMethod · 0.80
~TestCaseMethod · 0.80
test_sectionMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected