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