HomeSort by relevance Sort by last modified time
    Searched refs:TestServiceClient (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
TestServiceClientTest.java 23 /** Unit tests for {@link TestServiceClient}. */
29 TestServiceClient client = new TestServiceClient();
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
GeneratedClientTest.cs 34 TestService.TestServiceClient unimplementedClient = new UnimplementedTestServiceClient();
63 private class UnimplementedTestServiceClient : TestService.TestServiceClient
InteropClient.cs 137 var client = new TestService.TestServiceClient(channel);
202 public static void RunEmptyUnary(TestService.TestServiceClient client)
210 public static void RunLargeUnary(TestService.TestServiceClient client)
224 public static async Task RunClientStreamingAsync(TestService.TestServiceClient client)
240 public static async Task RunServerStreamingAsync(TestService.TestServiceClient client)
259 public static async Task RunPingPongAsync(TestService.TestServiceClient client)
308 public static async Task RunEmptyStreamAsync(TestService.TestServiceClient client)
321 public static void RunComputeEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope)
343 public static void RunJwtTokenCreds(TestService.TestServiceClient client)
362 public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope
    [all...]
MetadataCredentialsTest.cs 37 TestService.TestServiceClient client;
77 client = new TestService.TestServiceClient(channel);
86 client = new TestService.TestServiceClient(channel);
111 var client = new TestService.TestServiceClient(channel);
121 var client = new TestService.TestServiceClient(channel);
146 client = new TestService.TestServiceClient(channel);
163 client = new TestService.TestServiceClient(channel);
GeneratedServiceBaseTest.cs 37 TestService.TestServiceClient client;
50 client = new TestService.TestServiceClient(channel);
InteropClientServerTest.cs 39 TestService.TestServiceClient client;
58 client = new TestService.TestServiceClient(channel);
CustomErrorDetailsTest.cs 43 TestService.TestServiceClient client;
57 client = new TestService.TestServiceClient(channel);
SslCredentialsTest.cs 42 TestService.TestServiceClient client;
69 client = new TestService.TestServiceClient(channel);
StressTestClient.cs 122 var client = new TestService.TestServiceClient(channel);
139 async Task RunBodyAsync(TestService.TestServiceClient client)
156 async Task RunTestCaseAsync(TestService.TestServiceClient client, string testCase)
TestGrpc.cs 214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient>
218 public TestServiceClient(grpc::Channel channel) : base(channel)
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
227 protected TestServiceClient() : base()
232 protected TestServiceClient(ClientBaseConfiguration configuration) : base(configuration)
    [all...]
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
TestServiceClient.php 28 class TestServiceClient extends \Grpc\BaseStub {
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
TestServiceClient.java 42 public class TestServiceClient {
52 final TestServiceClient client = new TestServiceClient();
155 TestServiceClient c = new TestServiceClient();
  /external/grpc-grpc/src/php/tests/interop/
interop_client.php 609 $stub = new Grpc\Testing\TestServiceClient($server_address, $opts);

Completed in 157 milliseconds