Lines Matching refs:GeneratorEvaluationTest
698 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
704 class GeneratorEvaluationTest : public TestWithParam<int> {
712 int GeneratorEvaluationTest::param_value_ = 0;
714 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
718 GeneratorEvaluationTest,
719 Values(GeneratorEvaluationTest::param_value()));
772 << "GeneratorEvaluationTest are selected or de-selected together "
880 // Used in GeneratorEvaluationTest test case. Tests that the updated value
881 // will be picked up for instantiating tests in GeneratorEvaluationTest.
882 GeneratorEvaluationTest
888 // Used in GeneratorEvaluationTest test case. Tests that value updated
890 // GeneratorEvaluationTest.
891 GeneratorEvaluationTest::set_param_value(2);