MCPcopy Create free account
hub / github.com/catchorg/Catch2 / AutoTestReg

Method AutoTestReg

tests/SelfTest/UsageTests/Misc.tests.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 struct AutoTestReg {
52 AutoTestReg() {
53 REGISTER_TEST_CASE(manuallyRegisteredTestFunction, "ManuallyRegistered");
54 }
55 };
56
57 CATCH_INTERNAL_START_WARNINGS_SUPPRESSION

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected