Home | History | Annotate | Download | only in gtest

Lines Matching defs:SetUpTestCase

370   // Google Test will call Foo::SetUpTestCase() before running the first
372 // SetUpTestCase() method to shadow the one defined in the super
374 static void SetUpTestCase() {}
837 // Runs SetUpTestCase() for this TestCase. This wrapper is needed
838 // for catching exceptions thrown from SetUpTestCase().