Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc677 class TestGenerationEnvironment : public ::testing::Environment { class
679 static TestGenerationEnvironment* Instance() { in Instance()
680 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; in Instance()
720 TestGenerationEnvironment() in TestGenerationEnvironment() function in TestGenerationEnvironment
731 TestGenerationEnvironment(const TestGenerationEnvironment&) = delete;
732 TestGenerationEnvironment& operator=(const TestGenerationEnvironment&) =
745 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;