testing::TestPartResult Class Reference
List of all members.
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 |
The documentation for this class was generated from the following files:
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/Asg_GoogleTest/include/gtest/gtest-test-part.h
- /cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.31/Asg_GoogleTest/Root/gtest-test-part.cxx