MCPcopy 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

ConfigMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80
listTagsFunction · 0.80
TestGroupMethod · 0.80
parseTestSpecFunction · 0.80
printTestFiltersMethod · 0.80
testRunStartingMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.64