class FailureReporterInterface

Defined at line 223 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h

This interface knows how to report a Google Mock failure (either

non-fatal or fatal).

Public Methods

void ReportFailure (FailureType type, const char * file, int line, const std::string & message)

Reports a failure that occurred at the given source file location.

void ~FailureReporterInterface ()

Defined at line 228 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h

Enumerations

enum FailureType
Name Value
kNonfatal 0
kFatal 1

The type of a failure (either non-fatal or fatal).

Defined at line 226 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h