#include <ts_gtest.h>
Inherited by BaseTest, FooTest< T >, FooTest< T >, perf::TestBase, testing::TestWithParam< T >, and testing::TestWithParam< const char * >.
Classes | |
| struct | Setup_should_be_spelled_SetUp |
Public Types | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions | |
| virtual | ~Test () |
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 | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Friends | |
| class | TestInfo |
| virtual testing::Test::~Test | ( | ) | [virtual] |
| testing::Test::Test | ( | ) | [protected] |
| static void testing::Test::SetUpTestCase | ( | ) | [static] |
| static void testing::Test::TearDownTestCase | ( | ) | [static] |
| static bool testing::Test::HasFatalFailure | ( | ) | [static] |
| static bool testing::Test::HasNonfatalFailure | ( | ) | [static] |
| static bool testing::Test::HasFailure | ( | ) | [static] |
| static void testing::Test::RecordProperty | ( | const char * | key, |
| const char * | value | ||
| ) | [static] |
| static void testing::Test::RecordProperty | ( | const char * | key, |
| int | value | ||
| ) | [static] |
| virtual void testing::Test::SetUp | ( | ) | [protected, virtual] |
Reimplemented in perf::TestBase.
| virtual void testing::Test::TearDown | ( | ) | [protected, virtual] |
Reimplemented in perf::TestBase.
friend class TestInfo [friend] |