18 references to InteropTestCase
InteropTests (18)
InteropTests.cs (18)
26
public Task EmptyUnary() =>
InteropTestCase
("empty_unary");
30
public Task LargeUnary() =>
InteropTestCase
("large_unary");
33
public Task ClientStreaming() =>
InteropTestCase
("client_streaming");
36
public Task ServerStreaming() =>
InteropTestCase
("server_streaming");
39
public Task PingPong() =>
InteropTestCase
("ping_pong");
43
public Task EmptyStream() =>
InteropTestCase
("empty_stream");
46
public Task CancelAfterBegin() =>
InteropTestCase
("cancel_after_begin");
49
public Task CancelAfterFirstResponse() =>
InteropTestCase
("cancel_after_first_response");
52
public Task TimeoutOnSleepingServer() =>
InteropTestCase
("timeout_on_sleeping_server");
55
public Task CustomMetadata() =>
InteropTestCase
("custom_metadata");
58
public Task StatusCodeAndMessage() =>
InteropTestCase
("status_code_and_message");
62
public Task SpecialStatusMessage() =>
InteropTestCase
("special_status_message");
65
public Task UnimplementedService() =>
InteropTestCase
("unimplemented_service");
69
public Task UnimplementedMethod() =>
InteropTestCase
("unimplemented_method");
72
public Task ClientCompressedUnary() =>
InteropTestCase
("client_compressed_unary");
75
public Task ClientCompressedStreaming() =>
InteropTestCase
("client_compressed_streaming");
78
public Task ServerCompressedUnary() =>
InteropTestCase
("server_compressed_unary");
82
public Task ServerCompressedStreaming() =>
InteropTestCase
("server_compressed_streaming");