MCPcopy Create free account
hub / github.com/cirquit/trdrop / parseTestSpec

Function parseTestSpec

ext/catch.hpp:3709–3711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3707 }
3708 };
3709 inline TestSpec parseTestSpec( std::string const& arg ) {
3710 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
3711 }
3712
3713} // namespace Catch
3714

Callers

nothing calls this directly

Calls 3

TestSpecParserClass · 0.85
testSpecMethod · 0.80
parseMethod · 0.80

Tested by

no test coverage detected