Lines Matching refs:SetUpTestSuite
251 // Google Test will call Foo::SetUpTestSuite() before running the first
253 // SetUpTestSuite() method to shadow the one defined in the super
255 static void SetUpTestSuite() {}
265 // Legacy API is deprecated but still available. Use SetUpTestSuite and
293 // SetUpTestSuite or TearDownTestSuite are logged as attributes of the
750 // execution of SetUpTestSuite and TearDownTestSuite.
790 // Runs SetUpTestSuite() for this TestSuite. This wrapper is needed
791 // for catching exceptions thrown from SetUpTestSuite().
870 // Holds test properties recorded during execution of SetUpTestSuite and
1256 // from SetUpTestSuite or TearDownTestSuite, or to the global property set
2237 // the `SetUpTestSuite` and `TearDownTestSuite` for it.
2247 // static void SetUpTestSuite() { ... }