Home
last modified time | relevance | path

Searched defs:weightedTestCases (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs63 Dictionary<string, int> weightedTestCases; field in Grpc.IntegrationTesting.StressTestClient
70 …ent(ClientOptions options, List<string> serverAddresses, Dictionary<string, int> weightedTestCases) in StressTestClient()
198 static Dictionary<string, int> ParseWeightedTestCases(string weightedTestCases) in ParseWeightedTestCases()