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

Function TearDownTestSuite

tests/gtest/gtest.h:12882–12882  ·  view source on GitHub ↗

Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestSuite() after running the last test in test case Foo. Hence a sub-class can define its own TearDownTestSuite() method to shadow the one defined in the super class.

Source from the content-addressed store, hash-verified

12880 // TearDownTestSuite() method to shadow the one defined in the super
12881 // class.
12882 static void TearDownTestSuite() {}
12883
12884 // Legacy API is deprecated but still available
12885#ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected