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

Function parseTestSpec

Source/ThirdParty/catch2/catch.hpp:14921–14923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14919 }
14920
14921 TestSpec parseTestSpec( std::string const& arg ) {
14922 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
14923 }
14924
14925} // namespace Catch
14926// 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