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

Function GetTestCase

tests/gtest/gtest-all.cc:990–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 // Legacy API is deprecated but still available
989#ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_
990 const TestCase* GetTestCase(int i) const { return GetTestSuite(i); }
991#endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_
992
993 // Gets the i-th test suite among all the test suites. i can range from 0 to

Callers

nothing calls this directly

Calls 1

GetTestSuiteFunction · 0.85

Tested by

no test coverage detected