Searched refs:weightedTestCases (Results 1 – 1 of 1) sorted by relevance
63 Dictionary<string, int> weightedTestCases; field in Grpc.IntegrationTesting.StressTestClient70 …ent(ClientOptions options, List<string> serverAddresses, Dictionary<string, int> weightedTestCases) in StressTestClient() argument74 this.weightedTestCases = weightedTestCases; in StressTestClient()75 this.testCaseGenerator = new WeightedRandomGenerator(this.weightedTestCases); in StressTestClient()198 static Dictionary<string, int> ParseWeightedTestCases(string weightedTestCases) in ParseWeightedTestCases() argument201 foreach (var weightedTestCase in weightedTestCases.Split(',')) in ParseWeightedTestCases()