MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / registerTagAlias

Method registerTagAlias

extlibs/catch/include/catch/catch.hpp:11946–11948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11944 m_exceptionTranslatorRegistry.registerTranslator( translator );
11945 }
11946 void registerTagAlias( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo ) override {
11947 m_tagAliasRegistry.add( alias, tag, lineInfo );
11948 }
11949 void registerStartupException() noexcept override {
11950 m_exceptionRegistry.add(std::current_exception());
11951 }

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected