18 references to InteropTestCase
InteropTests (18)
InteropTests.cs (18)
27
public Task EmptyUnary() =>
InteropTestCase
("empty_unary");
31
public Task LargeUnary() =>
InteropTestCase
("large_unary");
34
public Task ClientStreaming() =>
InteropTestCase
("client_streaming");
37
public Task ServerStreaming() =>
InteropTestCase
("server_streaming");
40
public Task PingPong() =>
InteropTestCase
("ping_pong");
44
public Task EmptyStream() =>
InteropTestCase
("empty_stream");
47
public Task CancelAfterBegin() =>
InteropTestCase
("cancel_after_begin");
50
public Task CancelAfterFirstResponse() =>
InteropTestCase
("cancel_after_first_response");
53
public Task TimeoutOnSleepingServer() =>
InteropTestCase
("timeout_on_sleeping_server");
56
public Task CustomMetadata() =>
InteropTestCase
("custom_metadata");
59
public Task StatusCodeAndMessage() =>
InteropTestCase
("status_code_and_message");
63
public Task SpecialStatusMessage() =>
InteropTestCase
("special_status_message");
66
public Task UnimplementedService() =>
InteropTestCase
("unimplemented_service");
70
public Task UnimplementedMethod() =>
InteropTestCase
("unimplemented_method");
73
public Task ClientCompressedUnary() =>
InteropTestCase
("client_compressed_unary");
76
public Task ClientCompressedStreaming() =>
InteropTestCase
("client_compressed_streaming");
79
public Task ServerCompressedUnary() =>
InteropTestCase
("server_compressed_unary");
83
public Task ServerCompressedStreaming() =>
InteropTestCase
("server_compressed_streaming");