Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7766 class DynamicUnitTestFixture : public testing::Test {}; class
7768 class DynamicTest : public DynamicUnitTestFixture {
7774 __LINE__, []() -> DynamicUnitTestFixture* { return new DynamicTest; }); in __anon0e0fc5b70a02()