#include <gtest-internal-inl.h>
◆ TestInfoImpl()
testing::internal::TestInfoImpl::TestInfoImpl |
( |
TestInfo * |
parent, |
|
|
const char * |
test_case_name, |
|
|
const char * |
name, |
|
|
const char * |
test_case_comment, |
|
|
const char * |
comment, |
|
|
TypeId |
fixture_class_id, |
|
|
internal::TestFactoryBase * |
factory |
|
) |
| |
◆ ~TestInfoImpl()
testing::internal::TestInfoImpl::~TestInfoImpl |
( |
| ) |
|
◆ ClearResult()
void testing::internal::TestInfoImpl::ClearResult |
( |
| ) |
|
|
inline |
◆ ClearTestResult()
static void testing::internal::TestInfoImpl::ClearTestResult |
( |
TestInfo * |
test_info | ) |
|
|
inlinestatic |
◆ comment()
const char* testing::internal::TestInfoImpl::comment |
( |
| ) |
const |
|
inline |
◆ fixture_class_id()
TypeId testing::internal::TestInfoImpl::fixture_class_id |
( |
| ) |
const |
|
inline |
◆ is_disabled()
bool testing::internal::TestInfoImpl::is_disabled |
( |
| ) |
const |
|
inline |
◆ matches_filter()
bool testing::internal::TestInfoImpl::matches_filter |
( |
| ) |
const |
|
inline |
◆ name()
const char* testing::internal::TestInfoImpl::name |
( |
| ) |
const |
|
inline |
◆ result() [1/2]
TestResult* testing::internal::TestInfoImpl::result |
( |
| ) |
|
|
inline |
◆ result() [2/2]
const TestResult* testing::internal::TestInfoImpl::result |
( |
| ) |
const |
|
inline |
◆ Run()
void testing::internal::TestInfoImpl::Run |
( |
| ) |
|
◆ set_is_disabled()
void testing::internal::TestInfoImpl::set_is_disabled |
( |
bool |
is | ) |
|
|
inline |
◆ set_matches_filter()
void testing::internal::TestInfoImpl::set_matches_filter |
( |
bool |
matches | ) |
|
|
inline |
◆ set_should_run()
void testing::internal::TestInfoImpl::set_should_run |
( |
bool |
should | ) |
|
|
inline |
◆ should_run()
bool testing::internal::TestInfoImpl::should_run |
( |
| ) |
const |
|
inline |
◆ test_case_comment()
const char* testing::internal::TestInfoImpl::test_case_comment |
( |
| ) |
const |
|
inline |
◆ test_case_name()
const char* testing::internal::TestInfoImpl::test_case_name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: