reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1115       *os << "         Expected: the expectation is active\n"
 1119         ExplainMatchFailureTupleTo(matchers_, args, os);
 1123         *os << "    Expected args: ";
 1124         extra_matcher_.DescribeTo(os);
 1125         *os << "\n           Actual: don't match";
 1127         internal::PrintIfNotEmpty(listener.str(), os);
 1128         *os << "\n";
 1131       *os << "         Expected: all pre-requisites are satisfied\n"
 1139         it->expectation_base()->DescribeLocationTo(os);
 1140         *os << "pre-requisite #" << i++ << "\n";
 1142       *os << "                   (end of pre-requisites)\n";
 1148       *os << "The call matches the expectation.\n";