MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / testSpec

Method testSpec

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10370–10373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10368 return *this;
10369}
10370TestSpec TestSpecParser::testSpec() {
10371 addFilter();
10372 return m_testSpec;
10373}
10374
10375void TestSpecParser::visitChar(char c) {
10376 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