Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dstress_interop_client.h77 class WeightedRandomTestSelector {
80 explicit WeightedRandomTestSelector(
96 const WeightedRandomTestSelector& test_selector,
111 const WeightedRandomTestSelector& test_selector_;
H A Dstress_interop_client.cc40 WeightedRandomTestSelector::WeightedRandomTestSelector( in WeightedRandomTestSelector() function in grpc::testing::WeightedRandomTestSelector
51 TestCaseType WeightedRandomTestSelector::GetNextTest() const { in GetNextTest()
75 const WeightedRandomTestSelector& test_selector, long test_duration_secs, in StressTestInteropClient()
H A Dstress_test.cc123 using grpc::testing::WeightedRandomTestSelector;
268 WeightedRandomTestSelector test_selector(tests); in main()