Public Member Functions | List of all members
grpc::testing::MockClientAsyncResponseReader< R > Class Template Reference

TODO: We do not support mocking an async RPC for now. More...

#include <mock_stream.h>

Inheritance diagram for grpc::testing::MockClientAsyncResponseReader< R >:
Inheritance graph
[legend]

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
 
- Public Member Functions inherited from grpc::ClientAsyncResponseReaderInterface< R >
virtual void Finish (R *msg, grpc::Status *status, void *tag)=0
 
virtual void ReadInitialMetadata (void *tag)=0
 
virtual void StartCall ()=0
 
virtual ~ClientAsyncResponseReaderInterface ()
 

Detailed Description

template<class R>
class grpc::testing::MockClientAsyncResponseReader< R >

TODO: We do not support mocking an async RPC for now.

Definition at line 88 of file grpcpp/test/mock_stream.h.

Constructor & Destructor Documentation

◆ MockClientAsyncResponseReader()

Member Function Documentation

◆ MOCK_METHOD0_T()

template<class R >
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD0_T ( StartCall  ,
void()   
)

◆ MOCK_METHOD1_T()

template<class R >
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD1_T ( ReadInitialMetadata  ,
void(void *)   
)

◆ MOCK_METHOD3_T()

template<class R >
grpc::testing::MockClientAsyncResponseReader< R >::MOCK_METHOD3_T ( Finish  ,
void(R *, Status *, void *)   
)

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:34