Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc606 class TestGenerationEnvironment : public ::testing::Environment { class
608 static TestGenerationEnvironment* Instance() { in Instance()
609 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; in Instance()
649 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), in TestGenerationEnvironment() function in TestGenerationEnvironment
657 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
669 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;