18 references to InteropTestCase
InteropTests (18)
InteropTests.cs (18)
26public Task EmptyUnary() => InteropTestCase("empty_unary"); 29public Task LargeUnary() => InteropTestCase("large_unary"); 32public Task ClientStreaming() => InteropTestCase("client_streaming"); 35public Task ServerStreaming() => InteropTestCase("server_streaming"); 38public Task PingPong() => InteropTestCase("ping_pong"); 41public Task EmptyStream() => InteropTestCase("empty_stream"); 44public Task CancelAfterBegin() => InteropTestCase("cancel_after_begin"); 47public Task CancelAfterFirstResponse() => InteropTestCase("cancel_after_first_response"); 50public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server"); 53public Task CustomMetadata() => InteropTestCase("custom_metadata"); 56public Task StatusCodeAndMessage() => InteropTestCase("status_code_and_message"); 59public Task SpecialStatusMessage() => InteropTestCase("special_status_message"); 62public Task UnimplementedService() => InteropTestCase("unimplemented_service"); 65public Task UnimplementedMethod() => InteropTestCase("unimplemented_method"); 68public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary"); 71public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming"); 74public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary"); 77public Task ServerCompressedStreaming() => InteropTestCase("server_compressed_streaming");