MCPcopy Create free account
hub / github.com/apache/thrift / parseTestSpec

Function parseTestSpec

compiler/cpp/tests/catch/catch.hpp:3791–3793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3789 }
3790 };
3791 inline TestSpec parseTestSpec( std::string const& arg ) {
3792 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
3793 }
3794
3795} // namespace Catch
3796

Callers

nothing calls this directly

Calls 3

TestSpecParserClass · 0.85
testSpecMethod · 0.80
parseMethod · 0.80

Tested by

no test coverage detected