Stubby Actions

gMock has the following actions to provide limited support for mocking Stubby (go/stubby) services. You can use them to return a canned answer from a Stubby call, which has the signature void Method(RPC*, const Request*, Response* response, Closure* done). You should consider using Service Mocker (go/servicemocker) instead if your need is more complex.