#include <gtest.h>
Definition at line 570 of file gtest.h.
testing::TestResult::TestResult |
( |
| ) |
|
testing::TestResult::~TestResult |
( |
| ) |
|
int testing::TestResult::total_part_count |
( |
| ) |
const |
int testing::TestResult::test_property_count |
( |
| ) |
const |
bool testing::TestResult::Passed |
( |
| ) |
const |
|
inline |
bool testing::TestResult::Skipped |
( |
| ) |
const |
bool testing::TestResult::Failed |
( |
| ) |
const |
bool testing::TestResult::HasFatalFailure |
( |
| ) |
const |
bool testing::TestResult::HasNonfatalFailure |
( |
| ) |
const |
const TestPartResult & testing::TestResult::GetTestPartResult |
( |
int |
i | ) |
const |
const TestProperty & testing::TestResult::GetTestProperty |
( |
int |
i | ) |
const |
const std::vector<TestPartResult>& testing::TestResult::test_part_results |
( |
| ) |
const |
|
inlineprivate |
const std::vector<TestProperty>& testing::TestResult::test_properties |
( |
| ) |
const |
|
inlineprivate |
void testing::TestResult::RecordProperty |
( |
const std::string & |
xml_element, |
|
|
const TestProperty & |
test_property |
|
) |
| |
|
private |
bool testing::TestResult::ValidateTestProperty |
( |
const std::string & |
xml_element, |
|
|
const TestProperty & |
test_property |
|
) |
| |
|
staticprivate |
void testing::TestResult::AddTestPartResult |
( |
const TestPartResult & |
test_part_result | ) |
|
|
private |
int testing::TestResult::death_test_count |
( |
| ) |
const |
|
inlineprivate |
int testing::TestResult::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
void testing::TestResult::ClearTestPartResults |
( |
| ) |
|
|
private |
void testing::TestResult::Clear |
( |
| ) |
|
|
private |
testing::TestResult::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestResult |
| ) |
|
|
private |
friend class internal::DefaultGlobalTestPartResultReporter |
|
friend |
friend class internal::ExecDeathTest |
|
friend |
friend class internal::TestResultAccessor |
|
friend |
friend class internal::UnitTestImpl |
|
friend |
friend class internal::WindowsDeathTest |
|
friend |
friend class internal::FuchsiaDeathTest |
|
friend |
std::vector<TestPartResult> testing::TestResult::test_part_results_ |
|
private |
std::vector<TestProperty> testing::TestResult::test_properties_ |
|
private |
int testing::TestResult::death_test_count_ |
|
private |
The documentation for this class was generated from the following files: