#include <ts_gtest.h>
Public Member Functions | |
| TestResult () | |
| ~TestResult () | |
| int | total_part_count () const |
| int | test_property_count () const |
| bool | Passed () const |
| bool | Failed () const |
| bool | HasFatalFailure () const |
| bool | HasNonfatalFailure () const |
| TimeInMillis | elapsed_time () const |
| const TestPartResult & | GetTestPartResult (int i) const |
| const TestProperty & | GetTestProperty (int i) const |
Friends | |
| class | TestInfo |
| class | UnitTest |
| class | internal::DefaultGlobalTestPartResultReporter |
| class | internal::ExecDeathTest |
| class | internal::TestResultAccessor |
| class | internal::UnitTestImpl |
| class | internal::WindowsDeathTest |
| int testing::TestResult::total_part_count | ( | ) | const |
| int testing::TestResult::test_property_count | ( | ) | const |
| bool testing::TestResult::Passed | ( | ) | 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 |
friend class TestInfo [friend] |
friend class UnitTest [friend] |
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] |