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