Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DGeneratedClientTest.cs34 TestService.TestServiceClient unimplementedClient = new UnimplementedTestServiceClient(); field in Grpc.IntegrationTesting.GeneratedClientTest
39 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.UnaryCall(new SimpleReque… in DefaultMethodStubThrows_UnaryCall()
45 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingInputCall()); in DefaultMethodStubThrows_ClientStreaming()
51 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingOutputCall(new S… in DefaultMethodStubThrows_ServerStreaming()
57 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.FullDuplexCall()); in DefaultMethodStubThrows_DuplexStreaming()