|
Monero
|
#include <gtest.h>

Public Member Functions | |
| TestResult () | |
| TestResult () | |
| ~TestResult () | |
| ~TestResult () | |
| int | total_part_count () const |
| int | total_part_count () const |
| int | test_property_count () const |
| int | test_property_count () const |
| bool | Passed () const |
| bool | Passed () const |
| bool | Failed () const |
| bool | Failed () const |
| bool | HasFatalFailure () const |
| bool | HasFatalFailure () const |
| bool | HasNonfatalFailure () const |
| bool | HasNonfatalFailure () const |
| TimeInMillis | elapsed_time () const |
| TimeInMillis | elapsed_time () const |
| const TestPartResult & | GetTestPartResult (int i) const |
| const TestPartResult & | GetTestPartResult (int i) const |
| const TestProperty & | GetTestProperty (int i) const |
| const TestProperty & | GetTestProperty (int i) const |
Private Member Functions | |
| const std::vector< TestPartResult > & | test_part_results () const |
| const std::vector< TestPartResult > & | test_part_results () const |
| const std::vector< TestProperty > & | test_properties () const |
| const std::vector< TestProperty > & | test_properties () const |
| void | set_elapsed_time (TimeInMillis elapsed) |
| void | set_elapsed_time (TimeInMillis elapsed) |
| void | RecordProperty (const std::string &xml_element, const TestProperty &test_property) |
| void | RecordProperty (const std::string &xml_element, const TestProperty &test_property) |
| void | AddTestPartResult (const TestPartResult &test_part_result) |
| void | AddTestPartResult (const TestPartResult &test_part_result) |
| int | death_test_count () const |
| int | death_test_count () const |
| int | increment_death_test_count () |
| int | increment_death_test_count () |
| void | ClearTestPartResults () |
| void | ClearTestPartResults () |
| void | Clear () |
| void | Clear () |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestResult) | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestResult) | |
Static Private Member Functions | |
| static bool | ValidateTestProperty (const std::string &xml_element, const TestProperty &test_property) |
| static bool | ValidateTestProperty (const std::string &xml_element, const TestProperty &test_property) |
Private Attributes | |
| internal::Mutex | test_properites_mutex_ |
| std::vector< TestPartResult > | test_part_results_ |
| std::vector< TestProperty > | test_properties_ |
| int | death_test_count_ |
| TimeInMillis | elapsed_time_ |
Friends | |
| class | TestInfo |
| class | TestCase |
| class | UnitTest |
| class | internal::DefaultGlobalTestPartResultReporter |
| class | internal::ExecDeathTest |
| class | internal::TestResultAccessor |
| class | internal::UnitTestImpl |
| class | internal::WindowsDeathTest |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
| bool testing::TestResult::Failed | ( | ) | const |
| bool testing::TestResult::Failed | ( | ) | const |
| const TestPartResult & testing::TestResult::GetTestPartResult | ( | int | i | ) | const |
| const TestPartResult & testing::TestResult::GetTestPartResult | ( | int | i | ) | const |
| const TestProperty & testing::TestResult::GetTestProperty | ( | int | i | ) | const |
| const TestProperty & testing::TestResult::GetTestProperty | ( | int | i | ) | const |
| bool testing::TestResult::HasFatalFailure | ( | ) | const |
| bool testing::TestResult::HasFatalFailure | ( | ) | const |
| bool testing::TestResult::HasNonfatalFailure | ( | ) | const |
| bool testing::TestResult::HasNonfatalFailure | ( | ) | const |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
private |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
| int testing::TestResult::test_property_count | ( | ) | const |
| int testing::TestResult::test_property_count | ( | ) | const |
| int testing::TestResult::total_part_count | ( | ) | const |
| int testing::TestResult::total_part_count | ( | ) | const |
|
staticprivate |
|
staticprivate |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |