4 references to Throws
InteropClient (4)
InteropClient.cs (4)
623
var e = Assert.
Throws
<RpcException>(() => client.UnaryCall(request));
682
var e = Assert.
Throws
<RpcException>(() => client.UnimplementedCall(new Empty()));
691
var e = Assert.
Throws
<RpcException>(() => client.UnimplementedCall(new Empty()));
709
var e = Assert.
Throws
<RpcException>(() => client.UnaryCall(probeRequest, CreateClientCompressionMetadata(false)));