#include <gtest.h>
Definition at line 695 of file gtest.h.
◆ ~TestInfo()
testing::TestInfo::~TestInfo |
( |
| ) |
|
◆ TestInfo()
◆ ClearTestResult()
static void testing::TestInfo::ClearTestResult |
( |
TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
◆ file()
const char* testing::TestInfo::file |
( |
| ) |
const |
|
inline |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
testing::TestInfo::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestInfo |
| ) |
|
|
private |
◆ increment_death_test_count()
int testing::TestInfo::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
◆ is_in_another_shard()
bool testing::TestInfo::is_in_another_shard |
( |
| ) |
const |
|
inline |
◆ is_reportable()
bool testing::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
◆ line()
int testing::TestInfo::line |
( |
| ) |
const |
|
inline |
◆ name()
const char* testing::TestInfo::name |
( |
| ) |
const |
|
inline |
◆ result()
const TestResult* testing::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ Run()
void testing::TestInfo::Run |
( |
| ) |
|
|
private |
◆ should_run()
bool testing::TestInfo::should_run |
( |
| ) |
const |
|
inline |
◆ test_case_name()
const char* testing::TestInfo::test_case_name |
( |
| ) |
const |
|
inline |
◆ test_suite_name()
const char* testing::TestInfo::test_suite_name |
( |
| ) |
const |
|
inline |
◆ type_param()
const char* testing::TestInfo::type_param |
( |
| ) |
const |
|
inline |
◆ value_param()
const char* testing::TestInfo::value_param |
( |
| ) |
const |
|
inline |
◆ internal::MakeAndRegisterTestInfo
◆ internal::StreamingListenerTest
friend class internal::StreamingListenerTest |
|
friend |
◆ internal::UnitTestImpl
friend class internal::UnitTestImpl |
|
friend |
◆ Test
◆ TestSuite
◆ factory_
◆ fixture_class_id_
◆ is_disabled_
bool testing::TestInfo::is_disabled_ |
|
private |
◆ is_in_another_shard_
bool testing::TestInfo::is_in_another_shard_ |
|
private |
◆ location_
◆ matches_filter_
bool testing::TestInfo::matches_filter_ |
|
private |
◆ name_
◆ result_
◆ should_run_
bool testing::TestInfo::should_run_ |
|
private |
◆ test_suite_name_
◆ type_param_
const std::unique_ptr<const ::std::string> testing::TestInfo::type_param_ |
|
private |
◆ value_param_
const std::unique_ptr<const ::std::string> testing::TestInfo::value_param_ |
|
private |
The documentation for this class was generated from the following files: