class StringMatchResultListener

Defined at line 307 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

A match result listener that stores the explanation in a string.

Public Methods

void StringMatchResultListener ()

Defined at line 309 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

std::string str ()

Returns the explanation accumulated so far.

Defined at line 312 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

void Clear ()

Clears the explanation accumulated so far.

Defined at line 315 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h