#include <gtest.h>
◆ TestResult() [1/2]
| testing::TestResult::TestResult |
( |
| ) |
|
◆ ~TestResult() [1/2]
| testing::TestResult::~TestResult |
( |
| ) |
|
◆ TestResult() [2/2]
| testing::TestResult::TestResult |
( |
| ) |
|
◆ ~TestResult() [2/2]
| testing::TestResult::~TestResult |
( |
| ) |
|
◆ AddTestPartResult() [1/2]
◆ AddTestPartResult() [2/2]
◆ Clear() [1/2]
| void testing::TestResult::Clear |
( |
| ) |
|
|
private |
◆ Clear() [2/2]
| void testing::TestResult::Clear |
( |
| ) |
|
|
private |
◆ ClearTestPartResults() [1/2]
| void testing::TestResult::ClearTestPartResults |
( |
| ) |
|
|
private |
◆ ClearTestPartResults() [2/2]
| void testing::TestResult::ClearTestPartResults |
( |
| ) |
|
|
private |
◆ death_test_count() [1/2]
| int testing::TestResult::death_test_count |
( |
| ) |
const |
|
inlineprivate |
◆ death_test_count() [2/2]
| int testing::TestResult::death_test_count |
( |
| ) |
const |
|
inlineprivate |
◆ elapsed_time() [1/2]
◆ elapsed_time() [2/2]
◆ Failed() [1/2]
| bool testing::TestResult::Failed |
( |
| ) |
const |
◆ Failed() [2/2]
| bool testing::TestResult::Failed |
( |
| ) |
const |
◆ GetTestPartResult() [1/2]
◆ GetTestPartResult() [2/2]
◆ GetTestProperty() [1/2]
◆ GetTestProperty() [2/2]
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [1/2]
| testing::TestResult::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestResult | | ) |
|
|
private |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [2/2]
| testing::TestResult::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestResult | | ) |
|
|
private |
◆ HasFatalFailure() [1/2]
| bool testing::TestResult::HasFatalFailure |
( |
| ) |
const |
◆ HasFatalFailure() [2/2]
| bool testing::TestResult::HasFatalFailure |
( |
| ) |
const |
◆ HasNonfatalFailure() [1/2]
| bool testing::TestResult::HasNonfatalFailure |
( |
| ) |
const |
◆ HasNonfatalFailure() [2/2]
| bool testing::TestResult::HasNonfatalFailure |
( |
| ) |
const |
◆ increment_death_test_count() [1/2]
| int testing::TestResult::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
◆ increment_death_test_count() [2/2]
| int testing::TestResult::increment_death_test_count |
( |
| ) |
|
|
inlineprivate |
◆ Passed() [1/2]
| bool testing::TestResult::Passed |
( |
| ) |
const |
|
inline |
◆ Passed() [2/2]
| bool testing::TestResult::Passed |
( |
| ) |
const |
|
inline |
◆ RecordProperty() [1/2]
| void testing::TestResult::RecordProperty |
( |
const std::string & | xml_element, |
|
|
const TestProperty & | test_property ) |
|
private |
◆ RecordProperty() [2/2]
| void testing::TestResult::RecordProperty |
( |
const std::string & | xml_element, |
|
|
const TestProperty & | test_property ) |
|
private |
◆ set_elapsed_time() [1/2]
| void testing::TestResult::set_elapsed_time |
( |
TimeInMillis | elapsed | ) |
|
|
inlineprivate |
◆ set_elapsed_time() [2/2]
| void testing::TestResult::set_elapsed_time |
( |
TimeInMillis | elapsed | ) |
|
|
inlineprivate |
◆ test_part_results() [1/2]
◆ test_part_results() [2/2]
◆ test_properties() [1/2]
◆ test_properties() [2/2]
◆ test_property_count() [1/2]
| int testing::TestResult::test_property_count |
( |
| ) |
const |
◆ test_property_count() [2/2]
| int testing::TestResult::test_property_count |
( |
| ) |
const |
◆ total_part_count() [1/2]
| int testing::TestResult::total_part_count |
( |
| ) |
const |
◆ total_part_count() [2/2]
| int testing::TestResult::total_part_count |
( |
| ) |
const |
◆ ValidateTestProperty() [1/2]
| bool testing::TestResult::ValidateTestProperty |
( |
const std::string & | xml_element, |
|
|
const TestProperty & | test_property ) |
|
staticprivate |
◆ ValidateTestProperty() [2/2]
| bool testing::TestResult::ValidateTestProperty |
( |
const std::string & | xml_element, |
|
|
const TestProperty & | test_property ) |
|
staticprivate |
◆ internal::DefaultGlobalTestPartResultReporter
◆ internal::ExecDeathTest
◆ internal::TestResultAccessor
◆ internal::UnitTestImpl
◆ internal::WindowsDeathTest
| 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:
- external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h
- tests/gtest/include/gtest/gtest.h
- external/rapidjson/thirdparty/gtest/googletest/src/gtest.cc
- tests/gtest/src/gtest.cc