|
virtual void | ReportFailure (FailureType type, const char *file, int line, const std::string &message) |
|
Definition at line 95 of file gmock-internal-utils.cc.
◆ ReportFailure()
virtual void testing::internal::GoogleTestFailureReporter::ReportFailure |
( |
FailureType | type, |
|
|
const char * | file, |
|
|
int | line, |
|
|
const std::string & | message ) |
|
inlinevirtual |
Definition at line 97 of file gmock-internal-utils.cc.
98 {
99 AssertHelper(type == kFatal ?
102 file,
103 line,
104 message.c_str()) = Message();
105 if (type == kFatal) {
107 }
108 }
The documentation for this class was generated from the following file: