TestCalls Class |
Namespace: Grpc.Core.Testing
The TestCalls type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncClientStreamingCallTRequest, TResponse |
Creates a test double for AsyncClientStreamingCall. Only for testing.
Note: experimental API that can change or be removed without any prior notice.
| |
| AsyncDuplexStreamingCallTResponse, TRequest |
Creates a test double for AsyncDuplexStreamingCall. Only for testing.
Note: experimental API that can change or be removed without any prior notice.
| |
| AsyncServerStreamingCallTResponse |
Creates a test double for AsyncServerStreamingCall. Only for testing.
Note: experimental API that can change or be removed without any prior notice.
| |
| AsyncUnaryCallTResponse |
Creates a test double for AsyncUnaryCall. Only for testing.
Note: experimental API that can change or be removed without any prior notice.
|