MCPcopy Create free account
hub / github.com/coolxv/cpp-stub / TearDownTestSuite

Function TearDownTestSuite

ut_examples/gtest/ut/include/gtest/gtest.h:428–428  ·  view source on GitHub ↗

Tears down the stuff shared by all tests in this test suite. 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

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected