18 references to InteropTestCase
InteropTests (18)
InteropTests.cs (18)
25public Task EmptyUnary() => InteropTestCase("empty_unary"); 28public Task LargeUnary() => InteropTestCase("large_unary"); 31public Task ClientStreaming() => InteropTestCase("client_streaming"); 34public Task ServerStreaming() => InteropTestCase("server_streaming"); 37public Task PingPong() => InteropTestCase("ping_pong"); 40public Task EmptyStream() => InteropTestCase("empty_stream"); 43public Task CancelAfterBegin() => InteropTestCase("cancel_after_begin"); 46public Task CancelAfterFirstResponse() => InteropTestCase("cancel_after_first_response"); 49public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server"); 52public Task CustomMetadata() => InteropTestCase("custom_metadata"); 55public Task StatusCodeAndMessage() => InteropTestCase("status_code_and_message"); 58public Task SpecialStatusMessage() => InteropTestCase("special_status_message"); 61public Task UnimplementedService() => InteropTestCase("unimplemented_service"); 64public Task UnimplementedMethod() => InteropTestCase("unimplemented_method"); 67public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary"); 70public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming"); 73public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary"); 76public Task ServerCompressedStreaming() => InteropTestCase("server_compressed_streaming");