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.cc607 class TestGenerationEnvironment : public ::testing::Environment { class
609 static TestGenerationEnvironment* Instance() { in Instance()
610 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; in Instance()
650 TestGenerationEnvironment() in TestGenerationEnvironment() function in TestGenerationEnvironment
661 TestGenerationEnvironment(const TestGenerationEnvironment&) = delete;
662 TestGenerationEnvironment& operator=(const TestGenerationEnvironment&) =
675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;