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

Method GetMutableTestSuite

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

Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.

Source from the content-addressed store, hash-verified

6171// Gets the i-th test suite among all the test suites. i can range from 0 to
6172// total_test_suite_count() - 1. If i is not in that range, returns NULL.
6173TestSuite* UnitTest::GetMutableTestSuite(int i) {
6174 return impl()->GetMutableSuiteCase(i);
6175}
6176
6177// Returns the list of event listeners that can be used to track events
6178// inside Google Test.

Callers

nothing calls this directly

Calls 1

implFunction · 0.85

Tested by

no test coverage detected