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

Method registerTest

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

Source from the content-addressed store, hash-verified

8403 m_reporterRegistry.registerListener( factory );
8404 }
8405 void registerTest( TestCase const& testInfo ) override {
8406 m_testCaseRegistry.registerTest( testInfo );
8407 }
8408 void registerTranslator( const IExceptionTranslator* translator ) override {
8409 m_exceptionTranslatorRegistry.registerTranslator( translator );
8410 }

Callers

nothing calls this directly

Calls 1

registerTestMethod · 0.45

Tested by

no test coverage detected