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