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

Method GetTestSuite

tests/gtest/gtest-all.cc:6154–6156  ·  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

6152// Gets the i-th test suite among all the test suites. i can range from 0 to
6153// total_test_suite_count() - 1. If i is not in that range, returns NULL.
6154const TestSuite* UnitTest::GetTestSuite(int i) const {
6155 return impl()->GetTestSuite(i);
6156}
6157
6158// Legacy API is deprecated but still available
6159#ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_

Callers 4

PrintFailedTestsMethod · 0.80
PrintSkippedTestsMethod · 0.80
PrintXmlUnitTestMethod · 0.80
PrintJsonUnitTestMethod · 0.80

Calls 4

implFunction · 0.85
TestSuiteNameIsClass · 0.85
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected