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

Method testSpec

Source/ThirdParty/catch2/catch.hpp:14718–14721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14716 return *this;
14717 }
14718 TestSpec TestSpecParser::testSpec() {
14719 addFilter();
14720 return m_testSpec;
14721 }
14722 bool TestSpecParser::visitChar( char c ) {
14723 if( (m_mode != EscapedName) && (c == '\\') ) {
14724 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