Hi Vlad,
I have a situation like below:
EXPECT_CALL(mock_obj, func(validateProto(expectedProto))
.Times(1);
the proto that am validating is a hughe one, means it has lot of other protos inside.
Can i use an ACTION to call another matcher from it?
or can i call a MATCHER from a method that was called by using "Invoke"?