|
enum | Type { kSuccess,
kNonFatalFailure,
kFatalFailure
} |
|
|
| 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 |
|
The documentation for this class was generated from the following files:
- /home/wangwei/program/asf/release-0.1/apache-singa-incubating-0.1.0-RC1/include/gtest/gtest.h
- /home/wangwei/program/asf/release-0.1/apache-singa-incubating-0.1.0-RC1/include/gtest/gtest-all.cc