#include <gtest.h>
Definition at line 17090 of file gtest.h.
Enumerator |
---|
kSuccess |
|
kNonFatalFailure |
|
kFatalFailure |
|
Definition at line 17094 of file gtest.h.
testing::TestPartResult::TestPartResult |
( |
Type |
a_type, |
|
|
const char * |
a_file_name, |
|
|
int |
a_line_number, |
|
|
const char * |
a_message |
|
) |
| |
|
inline |
std::string testing::TestPartResult::ExtractSummary |
( |
const char * |
message | ) |
|
|
staticprivate |
bool testing::TestPartResult::failed |
( |
| ) |
const |
|
inline |
bool testing::TestPartResult::fatally_failed |
( |
| ) |
const |
|
inline |
const char* testing::TestPartResult::file_name |
( |
| ) |
const |
|
inline |
int testing::TestPartResult::line_number |
( |
| ) |
const |
|
inline |
const char* testing::TestPartResult::message |
( |
| ) |
const |
|
inline |
bool testing::TestPartResult::nonfatally_failed |
( |
| ) |
const |
|
inline |
bool testing::TestPartResult::passed |
( |
| ) |
const |
|
inline |
const char* testing::TestPartResult::summary |
( |
| ) |
const |
|
inline |
Type testing::TestPartResult::type |
( |
| ) |
const |
|
inline |
std::string testing::TestPartResult::file_name_ |
|
private |
int testing::TestPartResult::line_number_ |
|
private |
std::string testing::TestPartResult::message_ |
|
private |
std::string testing::TestPartResult::summary_ |
|
private |
Type testing::TestPartResult::type_ |
|
private |
The documentation for this class was generated from the following files: