#include <ts_gtest.h>
Inherits testing::Test.
Inherited by DerivedTest.
Public Types | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const char *key, const char *value) |
| static void | RecordProperty (const char *key, int value) |
Protected Member Functions | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Friends | |
| class | TestInfo |
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc [inherited] |
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc [inherited] |
| static void testing::Test::SetUpTestCase | ( | ) | [static, inherited] |
| static void testing::Test::TearDownTestCase | ( | ) | [static, inherited] |
| static bool testing::Test::HasFatalFailure | ( | ) | [static, inherited] |
| static bool testing::Test::HasNonfatalFailure | ( | ) | [static, inherited] |
| static bool testing::Test::HasFailure | ( | ) | [static, inherited] |
| static void testing::Test::RecordProperty | ( | const char * | key, |
| const char * | value | ||
| ) | [static, inherited] |
| static void testing::Test::RecordProperty | ( | const char * | key, |
| int | value | ||
| ) | [static, inherited] |
| virtual void testing::Test::SetUp | ( | ) | [protected, virtual, inherited] |
Reimplemented in perf::TestBase.
| virtual void testing::Test::TearDown | ( | ) | [protected, virtual, inherited] |
Reimplemented in perf::TestBase.
friend class TestInfo [friend, inherited] |