MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / parseTestSpec

Function parseTestSpec

extlibs/catch/include/catch/catch.hpp:14196–14198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14194 }
14195
14196 TestSpec parseTestSpec( std::string const& arg ) {
14197 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
14198 }
14199
14200} // namespace Catch
14201// end catch_test_spec_parser.cpp

Callers

nothing calls this directly

Calls 4

TestSpecParserClass · 0.85
testSpecMethod · 0.80
getFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected