MCPcopy Create free account
hub / github.com/Profactor/cv-plot / testSpec

Method testSpec

CvPlot/ext/catch2/inc/catch.hpp:14427–14430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14425 return *this;
14426 }
14427 TestSpec TestSpecParser::testSpec() {
14428 addFilter();
14429 return m_testSpec;
14430 }
14431 bool TestSpecParser::visitChar( char c ) {
14432 if( (m_mode != EscapedName) && (c == '\\') ) {
14433 escape();

Callers 9

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

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.64