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

Method registerTest

lib/catch2/catch.hpp:12482–12484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12480 m_reporterRegistry.registerListener( factory );
12481 }
12482 void registerTest( TestCase const& testInfo ) override {
12483 m_testCaseRegistry.registerTest( testInfo );
12484 }
12485 void registerTranslator( const IExceptionTranslator* translator ) override {
12486 m_exceptionTranslatorRegistry.registerTranslator( translator );
12487 }

Callers

nothing calls this directly

Calls 1

registerTestMethod · 0.45

Tested by

no test coverage detected