19 #ifndef MIR_TEST_DOUBLES_MOCK_RPC_REPORT_H_
20 #define MIR_TEST_DOUBLES_MOCK_RPC_REPORT_H_
24 #include "mir_protobuf_wire.pb.h"
26 #include <gmock/gmock.h>
41 void(mir::protobuf::wire::Invocation
const&));
43 void(mir::protobuf::wire::Invocation
const&));
45 void(mir::protobuf::wire::Invocation
const&,
46 boost::system::error_code
const& error));
49 void(boost::system::error_code
const&));
51 void(mir::protobuf::wire::Result
const&));
53 void(std::exception
const&));
58 void(mir::protobuf::Event
const&));
61 void(mir::protobuf::wire::Result
const&));
63 void(mir::protobuf::wire::Result
const&));
66 void(mir::protobuf::wire::Result
const&,
67 std::exception
const& ex));
70 void(google::protobuf::Message
const&,
71 std::vector<int32_t>
const&));