Home | History | Annotate | Download | only in gtest

Lines Matching defs:SetUpTestCase

8246 // Types of SetUpTestCase() and TearDownTestCase() functions.
8393 TestClass::SetUpTestCase,
8977 parent_class::SetUpTestCase, \
11647 TestCase::SetUpTestCase,
18995 // Google Test will call Foo::SetUpTestCase() before running the first
18997 // SetUpTestCase() method to shadow the one defined in the super
18999 static void SetUpTestCase() {}
19027 // SetUpTestCase or TearDownTestCase are logged as attributes of the
19458 // execution of SetUpTestCase and TearDownTestCase.
19495 // Runs SetUpTestCase() for this TestCase. This wrapper is needed
19496 // for catching exceptions thrown from SetUpTestCase().
19560 // Holds test properties recorded during execution of SetUpTestCase and
19887 // from SetUpTestCase or TearDownTestCase, or to the global property set