Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
843
bool SC::TestReport::isTestEnabled(StringSpan testName) const { return testToRun.isEmpty() || testToRun == testName; }
844
845
bool SC::TestReport::isSectionEnabled(StringSpan sectionName) const
846
{
Callers
3
TestCase
Method · 0.80
~TestCase
Method · 0.80
test_section
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected