Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs64 WeightedRandomGenerator testCaseGenerator; field in Grpc.IntegrationTesting.StressTestClient
75 this.testCaseGenerator = new WeightedRandomGenerator(this.weightedTestCases); in StressTestClient()
144 var testCase = testCaseGenerator.GetNext(); in RunBodyAsync()