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