Searched refs:WeightedRandomTestSelector (Results 1 – 3 of 3) sorted by relevance
77 class WeightedRandomTestSelector {80 WeightedRandomTestSelector(const vector<pair<TestCaseType, int>>& tests);95 const WeightedRandomTestSelector& test_selector,110 const WeightedRandomTestSelector& test_selector_;
37 WeightedRandomTestSelector::WeightedRandomTestSelector( in WeightedRandomTestSelector() function in grpc::testing::WeightedRandomTestSelector48 TestCaseType WeightedRandomTestSelector::GetNextTest() const { in GetNextTest()72 const WeightedRandomTestSelector& test_selector, long test_duration_secs, in StressTestInteropClient()
117 using grpc::testing::WeightedRandomTestSelector;258 WeightedRandomTestSelector test_selector(tests); in main()