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

Function parseTestSpec

unittests/catch.hpp:10514–10516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10512 }
10513
10514 TestSpec parseTestSpec( std::string const& arg ) {
10515 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
10516 }
10517
10518} // namespace Catch
10519// end catch_test_spec_parser.cpp

Callers

nothing calls this directly

Calls 3

TestSpecParserClass · 0.85
testSpecMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected