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

Method TestSpecParser

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

Source from the content-addressed store, hash-verified

10353namespace Catch {
10354
10355TestSpecParser::TestSpecParser(ITagAliasRegistry const &tagAliases) : m_tagAliases(&tagAliases) {
10356}
10357
10358TestSpecParser &TestSpecParser::parse(std::string const &arg) {
10359 m_mode = None;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected