#include <ts_gtest.h>
Public Types | |
| enum | Type { kSuccess, kNonFatalFailure, kFatalFailure } |
Public Member Functions | |
| TestPartResult (Type a_type, const char *a_file_name, int a_line_number, const char *a_message) | |
| Type | type () const |
| const char * | file_name () const |
| int | line_number () const |
| const char * | summary () const |
| const char * | message () const |
| bool | passed () const |
| bool | failed () const |
| bool | nonfatally_failed () const |
| bool | fatally_failed () const |
| testing::TestPartResult::TestPartResult | ( | Type | a_type, |
| const char * | a_file_name, | ||
| int | a_line_number, | ||
| const char * | a_message | ||
| ) |
| Type testing::TestPartResult::type | ( | ) | const |
| const char* testing::TestPartResult::file_name | ( | ) | const |
| int testing::TestPartResult::line_number | ( | ) | const |
| const char* testing::TestPartResult::summary | ( | ) | const |
| const char* testing::TestPartResult::message | ( | ) | const |
| bool testing::TestPartResult::passed | ( | ) | const |
| bool testing::TestPartResult::failed | ( | ) | const |
| bool testing::TestPartResult::nonfatally_failed | ( | ) | const |
| bool testing::TestPartResult::fatally_failed | ( | ) | const |