| 207 | const ::test::EchoRequest*, ::test::EchoResponse*, |
| 208 | google::protobuf::Closure*); |
| 209 | void SetMockFunc(std::function<MockFuncType>&& mockfunc) { |
| 210 | mockfunc_ = std::move(mockfunc); |
| 211 | } |
| 212 | |
| 213 | private: |
| 214 | std::function<MockFuncType> mockfunc_; |
no test coverage detected