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

Method TestSpecParser

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

Source from the content-addressed store, hash-verified

10441namespace Catch {
10442
10443 TestSpecParser::TestSpecParser( ITagAliasRegistry const& tagAliases ) : m_tagAliases( &tagAliases ) {}
10444
10445 TestSpecParser& TestSpecParser::parse( std::string const& arg ) {
10446 m_mode = None;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected