Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ testSpec
Method
testSpec
extlibs/catch/include/catch/catch.hpp:14078–14081 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14076
return *this;
14077
}
14078
TestSpec TestSpecParser::testSpec() {
14079
addFilter();
14080
return m_testSpec;
14081
}
14082
void TestSpecParser::visitChar( char c ) {
14083
if( c ==
','
) {
14084
endMode();
Callers
8
Config
Method · 0.80
listTests
Function · 0.80
listTestsNamesOnly
Function · 0.80
listTags
Function · 0.80
TestGroup
Method · 0.80
parseTestSpec
Function · 0.80
printTestFilters
Method · 0.80
testRunStarting
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestGroup
Method · 0.64