Searched refs:AssertUnaryResponseSuccess (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallTest.cs | 81 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in AsyncUnary_Success() 162 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in ClientStreaming_NoRequest_Success() 200 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in ClientStreaming_MoreRequests_Success() 286 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in ClientStreaming_WriteAfterReceivingStatusThrowsRpcException() 328 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in ClientStreaming_WriteAfterCompleteThrowsInvalidOperationException() 342 AssertUnaryResponseSuccess(asyncCall, fakeCall, resultTask); in ClientStreaming_CompleteAfterReceivingStatusSucceeds() 646 …static void AssertUnaryResponseSuccess(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCal… in AssertUnaryResponseSuccess() method in Grpc.Core.Internal.Tests.AsyncCallTest
|