MCPcopy Create free account
hub / github.com/apache/qpid-proton / testSpec

Method testSpec

tests/include/catch.hpp:14729–14732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14727 return *this;
14728 }
14729 TestSpec TestSpecParser::testSpec() {
14730 addFilter();
14731 return m_testSpec;
14732 }
14733 bool TestSpecParser::visitChar( char c ) {
14734 if( (m_mode != EscapedName) && (c == '\\') ) {
14735 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