Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-param-test-test.cc555 class TestGenerationEnvironment : public ::testing::Environment { class
557 static TestGenerationEnvironment* Instance() { in Instance()
558 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; in Instance()
598 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), in TestGenerationEnvironment() function in TestGenerationEnvironment
606 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
618 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;