Lines Matching defs:TearDownTestCase
378 // Google Test will call Foo::TearDownTestCase() after running the last
380 // TearDownTestCase() method to shadow the one defined in the super
382 static void TearDownTestCase() {}
841 // Runs TearDownTestCase() for this TestCase. This wrapper is
842 // needed for catching exceptions thrown from TearDownTestCase().