MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / testSpec

Method testSpec

unittests/catch.hpp:10457–10460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10455 return *this;
10456 }
10457 TestSpec TestSpecParser::testSpec() {
10458 addFilter();
10459 return m_testSpec;
10460 }
10461
10462 void TestSpecParser::visitChar( char c ) {
10463 if( m_mode == None ) {

Callers 6

ConfigMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80
listTagsFunction · 0.80
runTestsFunction · 0.80
parseTestSpecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected