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

Method ~DeathTestImpl

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

read_fd_ is expected to be closed and cleared by a derived class.

Source from the content-addressed store, hash-verified

8004
8005 // read_fd_ is expected to be closed and cleared by a derived class.
8006 ~DeathTestImpl() override { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); }
8007
8008 void Abort(AbortReason reason) override;
8009 bool Passed(bool status_ok) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected