Home
last modified time | relevance | path

Searched refs:AssertUnaryResponseError (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DAsyncCallTest.cs93 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.InvalidArgument); in AsyncUnary_NonSuccessStatusCode()
106 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.Internal); in AsyncUnary_NullResponsePayload()
174 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.InvalidArgument); in ClientStreaming_NoRequest_NonSuccessStatusCode()
223 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.Internal); in ClientStreaming_WriteFailureThrowsRpcException()
244 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.Internal); in ClientStreaming_WriteFailureThrowsRpcException2()
272 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.Internal); in ClientStreaming_WriteFailureThrowsRpcException3()
304 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.OutOfRange); in ClientStreaming_WriteAfterReceivingStatusThrowsRpcException2()
363 AssertUnaryResponseError(asyncCall, fakeCall, resultTask, StatusCode.Cancelled); in ClientStreaming_WriteAfterCancellationRequestThrowsTaskCanceledException()
667 …static void AssertUnaryResponseError(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCall,… in AssertUnaryResponseError() method in Grpc.Core.Internal.Tests.AsyncCallTest