MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / GetTestCase

Method GetTestCase

rtpose_wrapper/src/gtest/gtest-all.cpp:5011–5013  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5009// Gets the i-th test case among all the test cases. i can range from 0 to
5010// total_test_case_count() - 1. If i is not in that range, returns NULL.
5011const TestCase* UnitTest::GetTestCase(int i) const {
5012 return impl()->GetTestCase(i);
5013}
5014
5015// Gets the i-th test case among all the test cases. i can range from 0 to
5016// total_test_case_count() - 1. If i is not in that range, returns NULL.

Callers 2

PrintFailedTestsMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls 6

implFunction · 0.85
TestCaseNameIsClass · 0.85
StringFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected