MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / RegisterTests

Method RegisterTests

tests/gtest/gtest.h:11088–11092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11086 return typed_test_info;
11087 }
11088 void RegisterTests() {
11089 for (auto& test_suite_info : test_suite_infos_) {
11090 test_suite_info->RegisterTests();
11091 }
11092 }
11093// Legacy API is deprecated but still available
11094#ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_
11095 template <class TestCase>

Callers

nothing calls this directly

Calls 1

RegisterTestsMethod · 0.45

Tested by

no test coverage detected