#include <gtest.h>
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 bool | HasFailure () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Protected Member Functions | |
virtual void | SetUp () |
virtual void | TearDown () |
Test () | |
Private Member Functions | |
void | DeleteSelf_ () |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test) | |
void | Run () |
virtual Setup_should_be_spelled_SetUp * | Setup () |
virtual void | TestBody ()=0 |
Static Private Member Functions | |
static bool | HasSameFixtureClass () |
Private Attributes | |
const internal::GTestFlagSaver *const | gtest_flag_saver_ |
Friends | |
class | TestInfo |
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc |
|
virtual |
Definition at line 3380 of file gtest-all.cc.
|
protected |
Definition at line 3375 of file gtest-all.cc.
|
private |
|
static |
Definition at line 3647 of file gtest-all.cc.
|
static |
Definition at line 3652 of file gtest-all.cc.
|
staticprivate |
Definition at line 3429 of file gtest-all.cc.
|
static |
Definition at line 3397 of file gtest-all.cc.
|
static |
Definition at line 3402 of file gtest-all.cc.
|
private |
Definition at line 3625 of file gtest-all.cc.
|
protectedvirtual |
Definition at line 3387 of file gtest-all.cc.
|
inlineprivatevirtual |
|
protectedvirtual |
Definition at line 3393 of file gtest-all.cc.
|
inlinestatic |
|
privatepure virtual |
|
private |