TODO: We do not support mocking an async RPC for now. More...
#include <mock_stream.h>
Public Member Functions | |
MOCK_METHOD0_T (StartCall, void()) | |
ClientAsyncResponseReaderInterface. More... | |
MOCK_METHOD1_T (ReadInitialMetadata, void(void *)) | |
MOCK_METHOD3_T (Finish, void(R *, Status *, void *)) | |
MockClientAsyncResponseReader ()=default | |
![]() | |
virtual void | Finish (R *msg, grpc::Status *status, void *tag)=0 |
virtual void | ReadInitialMetadata (void *tag)=0 |
virtual void | StartCall ()=0 |
virtual | ~ClientAsyncResponseReaderInterface () |
TODO: We do not support mocking an async RPC for now.
Definition at line 88 of file grpcpp/test/mock_stream.h.
|
default |
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD0_T | ( | StartCall | , |
void() | |||
) |
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD1_T | ( | ReadInitialMetadata | , |
void(void *) | |||
) |
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD3_T | ( | Finish | , |
void(R *, Status *, void *) | |||
) |