Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs90 var testCases = ParseWeightedTestCases(options.TestCases); in Run()
198 static Dictionary<string, int> ParseWeightedTestCases(string weightedTestCases) in ParseWeightedTestCases() method in Grpc.IntegrationTesting.StressTestClient