MCPcopy Create free account
hub / github.com/BVLC/caffe / GetMutableTestCase

Method GetMutableTestCase

src/gtest/gtest-all.cpp:5017–5019  ·  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

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.
5017TestCase* UnitTest::GetMutableTestCase(int i) {
5018 return impl()->GetMutableTestCase(i);
5019}
5020
5021// Returns the list of event listeners that can be used to track events
5022// inside Google Test.

Callers

nothing calls this directly

Calls 1

implFunction · 0.85

Tested by

no test coverage detected