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

Method UnitTest

tests/gtest/gtest-all.cc:6401–6403  ·  view source on GitHub ↗

Creates an empty UnitTest.

Source from the content-addressed store, hash-verified

6399
6400// Creates an empty UnitTest.
6401UnitTest::UnitTest() {
6402 impl_ = new internal::UnitTestImpl(this);
6403}
6404
6405// Destructor of UnitTest.
6406UnitTest::~UnitTest() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected