MCPcopy Create free account
hub / github.com/OFFTKP/felix86 / parseTestSpec

Function parseTestSpec

external/Catch2/tests/SelfTest/helpers/parse_test_spec.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace Catch {
15
16 TestSpec parseTestSpec( std::string const& arg ) {
17 return TestSpecParser( ITagAliasRegistry::get() )
18 .parse( arg )
19 .testSpec();
20 }
21
22} // namespace Catch

Callers 1

TestSpec.tests.cppFile · 0.50

Calls 4

TestSpecParserClass · 0.50
getFunction · 0.50
testSpecMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected