@@ -411,12 +411,11 @@ bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked()
|
||||
::std::stringstream ss;
|
||||
|
||||
const ::std::string& expectation_name = untyped_expectation->GetName();
|
||||
ss << "Actual function";
|
||||
ss << "Actual function call count doesn't match ";
|
||||
if (!expectation_name.empty()) {
|
||||
ss << " with name \"" << expectation_name << "\"";
|
||||
ss << "\"" << expectation_name << "\"";
|
||||
}
|
||||
ss << " call count doesn't match " << untyped_expectation->source_text()
|
||||
<< "...\n";
|
||||
ss << untyped_expectation->source_text() << "...\n";
|
||||
// No need to show the source file location of the expectation
|
||||
// in the description, as the Expect() call that follows already
|
||||
// takes care of it.
|
||||
|
||||
Reference in New Issue
Block a user