Home
last modified time | relevance | path

Searched refs:RunTestCaseAsync (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs148 await RunTestCaseAsync(client, testCase); in RunBodyAsync()
156 async Task RunTestCaseAsync(TestService.TestServiceClient client, string testCase) in RunTestCaseAsync() method in Grpc.IntegrationTesting.StressTestClient
DInteropClient.cs107 await RunTestCaseAsync(channel, options); in Run()
135 private async Task RunTestCaseAsync(Channel channel, ClientOptions options) in RunTestCaseAsync() method in Grpc.IntegrationTesting.InteropClient