MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / GetTestSuite

Method GetTestSuite

source/test/gtest/src/gtest.cc:5242–5244  ·  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

5240// Gets the i-th test suite among all the test suites. i can range from 0 to
5241// total_test_suite_count() - 1. If i is not in that range, returns NULL.
5242const TestSuite* UnitTest::GetTestSuite(int i) const {
5243 return impl()->GetTestSuite(i);
5244}
5245
5246// Legacy API is deprecated but still available
5247#ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_

Callers 5

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

Calls 9

implFunction · 0.85
TestSuiteNameIsClass · 0.85
rbeginMethod · 0.45
rendMethod · 0.45
MatchesNameMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected