MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ~TestCase

Method ~TestCase

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

Destructor of TestCase.

Source from the content-addressed store, hash-verified

3704
3705// Destructor of TestCase.
3706TestCase::~TestCase() {
3707 // Deletes every Test in the collection.
3708 ForEach(test_info_list_, internal::Delete<TestInfo>);
3709}
3710
3711// Returns the i-th test among all the tests. i can range from 0 to
3712// total_test_count() - 1. If i is not in that range, returns NULL.

Callers

nothing calls this directly

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected