Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7726 class DynamicUnitTestFixture : public testing::Test {}; class
7728 class DynamicTest : public DynamicUnitTestFixture {
7734 __LINE__, []() -> DynamicUnitTestFixture* { return new DynamicTest; }); in __anon0e99de180a02()