MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~UnitTest

Method ~UnitTest

tests/gtest/gtest-all.cc:6406–6408  ·  view source on GitHub ↗

Destructor of UnitTest.

Source from the content-addressed store, hash-verified

6404
6405// Destructor of UnitTest.
6406UnitTest::~UnitTest() {
6407 delete impl_;
6408}
6409
6410// Pushes a trace defined by SCOPED_TRACE() on to the per-thread
6411// Google Test trace stack.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected