Searched refs:FakeNativeCall (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | AsyncCallServerTest.cs | 36 FakeNativeCall fakeCall; 51 fakeCall = new FakeNativeCall(); in Init() 182 …static void AssertFinished(AsyncCallServer<string, string> asyncCallServer, FakeNativeCall fakeCal… in AssertFinished()
|
D | AsyncCallTest.cs | 35 FakeNativeCall fakeCall; 44 fakeCall = new FakeNativeCall(); in Init() 655 …static void AssertUnaryResponseSuccess(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCal… in AssertUnaryResponseSuccess() 666 … AssertStreamingResponseSuccess(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCall, Task… in AssertStreamingResponseSuccess() 676 …static void AssertUnaryResponseError(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCall,… in AssertUnaryResponseError() 688 …id AssertStreamingResponseError(AsyncCall<string, string> asyncCall, FakeNativeCall fakeCall, Task… in AssertStreamingResponseError()
|
D | FakeNativeCall.cs | 32 internal class FakeNativeCall : INativeCall class
|