|
MADNESS
version 0.9
|
#include <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 | TestCase |
| class | UnitTest |
| class | internal::DefaultGlobalTestPartResultReporter |
| class | internal::ExecDeathTest |
| class | internal::TestResultAccessor |
| class | internal::UnitTestImpl |
| class | internal::WindowsDeathTest |
| testing::TestResult::TestResult | ( | ) |
| testing::TestResult::~TestResult | ( | ) |
|
inline |
| bool testing::TestResult::Failed | ( | ) | const |
References testing::TestPartResult::failed(), GetTestPartResult(), and total_part_count().
| const TestPartResult & testing::TestResult::GetTestPartResult | ( | int | i | ) | const |
References testing::internal::posix::Abort(), and total_part_count().
Referenced by Failed().
| const TestProperty & testing::TestResult::GetTestProperty | ( | int | i | ) | const |
References testing::internal::posix::Abort(), and test_property_count().
| bool testing::TestResult::HasFatalFailure | ( | ) | const |
References testing::internal::CountIf().
Referenced by testing::Test::HasFatalFailure().
| bool testing::TestResult::HasNonfatalFailure | ( | ) | const |
References testing::internal::CountIf().
|
inline |
| int testing::TestResult::test_property_count | ( | ) | const |
Referenced by GetTestProperty().
| int testing::TestResult::total_part_count | ( | ) | const |
Referenced by Failed(), and GetTestPartResult().
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
1.8.8