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

Method ~UnitTestImpl

test/common/gtest/gtest.cpp:5907–5915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5905}
5906
5907UnitTestImpl::~UnitTestImpl() {
5908 // Deletes every TestCase.
5909 ForEach(test_cases_, internal::Delete<TestCase>);
5910
5911 // Deletes every Environment.
5912 ForEach(environments_, internal::Delete<Environment>);
5913
5914 delete os_stack_trace_getter_;
5915}
5916
5917// Adds a TestProperty to the current TestResult object when invoked in a
5918// context of a test, to current test case's ad_hoc_test_result when invoke

Callers

nothing calls this directly

Calls 1

ForEachFunction · 0.85

Tested by

no test coverage detected