MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / ~TestCase

Method ~TestCase

test/common/gtest/gtest.cpp:4172–4175  ·  view source on GitHub ↗

Destructor of TestCase.

Source from the content-addressed store, hash-verified

4170
4171// Destructor of TestCase.
4172TestCase::~TestCase() {
4173 // Deletes every Test in the collection.
4174 ForEach(test_info_list_, internal::Delete<TestInfo>);
4175}
4176
4177// Returns the i-th test among all the tests. i can range from 0 to
4178// 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