HomeSort by: relevance | last modified time | path
    Searched refs:TearDownTestSuite (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 476 // Types of SetUpTestSuite() and TearDownTestSuite() functions.
501 // SetUpTestSuite()/TearDownTestSuite() could be protected. Ths way
529 GetNotDefaultOrNull(&T::TearDownTestSuite, &Test::TearDownTestSuite);
532 << "Test can not provide both TearDownTestSuite and TearDownTestCase,"
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 421 // Google Test will call Foo::TearDownTestSuite() after running the last
423 // TearDownTestSuite() method to shadow the one defined in the super
425 // Failures that happen during TearDownTestSuite are logged but otherwise
427 static void TearDownTestSuite() {}
456 // SetUpTestSuite or TearDownTestSuite are logged as attributes of the
906 // execution of SetUpTestSuite and TearDownTestSuite.
951 // Runs TearDownTestSuite() for this TestSuite. This wrapper is
952 // needed for catching exceptions thrown from TearDownTestSuite().
1024 // TearDownTestSuite.
1402 // from SetUpTestSuite or TearDownTestSuite, or to the global property se
    [all...]

Completed in 19 milliseconds