MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / GetTestCase

Method GetTestCase

test/common/gtest/gtest.cpp:5580–5582  ·  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

5578// Gets the i-th test case among all the test cases. i can range from 0 to
5579// total_test_case_count() - 1. If i is not in that range, returns NULL.
5580const TestCase* UnitTest::GetTestCase(int i) const {
5581 return impl()->GetTestCase(i);
5582}
5583
5584// Returns the TestResult containing information on test failures and
5585// properties logged outside of individual test cases.

Callers 2

PrintFailedTestsMethod · 0.80
PrintXmlUnitTestMethod · 0.80

Calls 6

implFunction · 0.85
TestCaseNameIsClass · 0.85
push_backMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected