Searched refs:StressTestClient (Results 1 – 5 of 5) sorted by relevance
29 import io.grpc.testing.integration.StressTestClient.TestCaseWeightPair;51 StressTestClient client = new StressTestClient(); in ipv6AddressesShouldBeSupported()62 StressTestClient client = new StressTestClient(); in defaults()73 StressTestClient client = new StressTestClient(); in allCommandlineSwitchesAreSupported()107 StressTestClient client = new StressTestClient(); in serverHostOverrideShouldBeApplied()123 StressTestClient client = new StressTestClient(); in gaugesShouldBeExported()
35 public class StressTestClient class37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<StressTestClient>();70 …private StressTestClient(ClientOptions options, List<string> serverAddresses, Dictionary<string, i… in StressTestClient() method in Grpc.IntegrationTesting.StressTestClient93 … var interopClient = new StressTestClient(options, serverAddresses.ToList(), testCases); in Run()
66 public class StressTestClient { class68 private static final Logger log = Logger.getLogger(StressTestClient.class.getName());74 final StressTestClient client = new StressTestClient(); in main()178 StressTestClient c = new StressTestClient(); in parseArgs()
27 StressTestClient.Run(args); in Main()
84 mainClassName = "io.grpc.testing.integration.StressTestClient"