#include <gtest.h>
Definition at line 17760 of file gtest.h.
◆ SetUpTestCaseFunc
◆ TearDownTestCaseFunc
◆ ~Test()
◆ Test()
◆ DeleteSelf_()
void testing::Test::DeleteSelf_ |
( |
| ) |
|
|
inlineprivate |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
testing::Test::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
Test |
| ) |
|
|
private |
◆ HasFailure()
static bool testing::Test::HasFailure |
( |
| ) |
|
|
inlinestatic |
◆ HasFatalFailure()
bool testing::Test::HasFatalFailure |
( |
| ) |
|
|
static |
◆ HasNonfatalFailure()
bool testing::Test::HasNonfatalFailure |
( |
| ) |
|
|
static |
◆ HasSameFixtureClass()
bool testing::Test::HasSameFixtureClass |
( |
| ) |
|
|
staticprivate |
◆ RecordProperty() [1/2]
void testing::Test::RecordProperty |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
◆ RecordProperty() [2/2]
void testing::Test::RecordProperty |
( |
const std::string & |
key, |
|
|
int |
value |
|
) |
| |
|
static |
◆ Run()
void testing::Test::Run |
( |
| ) |
|
|
private |
◆ SetUp()
void testing::Test::SetUp |
( |
| ) |
|
|
protectedvirtual |
◆ Setup()
◆ SetUpTestCase()
static void testing::Test::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDown()
void testing::Test::TearDown |
( |
| ) |
|
|
protectedvirtual |
◆ TearDownTestCase()
static void testing::Test::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TestBody()
virtual void testing::Test::TestBody |
( |
| ) |
|
|
privatepure virtual |
◆ TestInfo
◆ gtest_flag_saver_
The documentation for this class was generated from the following files: