MCPcopy Create free account
hub / github.com/apache/thrift / registerTest

Method registerTest

compiler/cpp/tests/catch/catch.hpp:7481–7483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7479 m_reporterRegistry.registerListener( factory );
7480 }
7481 virtual void registerTest( TestCase const& testInfo ) CATCH_OVERRIDE {
7482 m_testCaseRegistry.registerTest( testInfo );
7483 }
7484 virtual void registerTranslator( const IExceptionTranslator* translator ) CATCH_OVERRIDE {
7485 m_exceptionTranslatorRegistry.registerTranslator( translator );
7486 }

Callers 2

registerTestMethodsFunction · 0.45
registerTestCaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected