Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc744 class GeneratorEvaluationTest : public TestWithParam<int> { class
752 int GeneratorEvaluationTest::param_value_ = 0;
754 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) { in TEST_P() argument
758 GeneratorEvaluationTest,
759 Values(GeneratorEvaluationTest::param_value()));
1099 GeneratorEvaluationTest::set_param_value(1); in main()
1106 GeneratorEvaluationTest::set_param_value(2); in main()