#include <gtest.h>
Definition at line 3178 of file gtest-all.cc.
Definition at line 3184 of file gtest-all.cc.
void testing::TestResult::AddTestPartResult | ( | const TestPartResult & | test_part_result | ) | [private] |
Definition at line 3211 of file gtest-all.cc.
void testing::TestResult::Clear | ( | ) | [private] |
Definition at line 3323 of file gtest-all.cc.
void testing::TestResult::ClearTestPartResults | ( | ) | [private] |
Definition at line 3206 of file gtest-all.cc.
int testing::TestResult::death_test_count | ( | ) | const [inline, private] |
TimeInMillis testing::TestResult::elapsed_time | ( | ) | const [inline] |
bool testing::TestResult::Failed | ( | ) | const |
Definition at line 3331 of file gtest-all.cc.
const TestPartResult & testing::TestResult::GetTestPartResult | ( | int | i | ) | const |
Definition at line 3190 of file gtest-all.cc.
const TestProperty & testing::TestResult::GetTestProperty | ( | int | i | ) | const |
Definition at line 3199 of file gtest-all.cc.
bool testing::TestResult::HasFatalFailure | ( | ) | const |
Definition at line 3345 of file gtest-all.cc.
bool testing::TestResult::HasNonfatalFailure | ( | ) | const |
Definition at line 3355 of file gtest-all.cc.
int testing::TestResult::increment_death_test_count | ( | ) | [inline, private] |
bool testing::TestResult::Passed | ( | ) | const [inline] |
void testing::TestResult::RecordProperty | ( | const std::string & | xml_element, |
const TestProperty & | test_property | ||
) | [private] |
Definition at line 3218 of file gtest-all.cc.
void testing::TestResult::set_elapsed_time | ( | TimeInMillis | elapsed | ) | [inline, private] |
const std::vector<TestPartResult>& testing::TestResult::test_part_results | ( | ) | const [inline, private] |
const std::vector<TestProperty>& testing::TestResult::test_properties | ( | ) | const [inline, private] |
int testing::TestResult::test_property_count | ( | ) | const |
Definition at line 3366 of file gtest-all.cc.
int testing::TestResult::total_part_count | ( | ) | const |
Definition at line 3361 of file gtest-all.cc.
bool testing::TestResult::ValidateTestProperty | ( | const std::string & | xml_element, |
const TestProperty & | test_property | ||
) | [static, private] |
Definition at line 3316 of file gtest-all.cc.
friend class internal::DefaultGlobalTestPartResultReporter [friend] |
friend class internal::TestResultAccessor [friend] |
friend class internal::UnitTestImpl [friend] |
int testing::TestResult::death_test_count_ [private] |
std::vector<TestPartResult> testing::TestResult::test_part_results_ [private] |
std::vector<TestProperty> testing::TestResult::test_properties_ [private] |