MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / parseTestSpec

Function parseTestSpec

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10434–10436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10432}
10433
10434TestSpec parseTestSpec(std::string const &arg) {
10435 return TestSpecParser(ITagAliasRegistry::get()).parse(arg).testSpec();
10436}
10437
10438} // namespace Catch
10439// 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