Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7718 class DynamicUnitTestFixture : public testing::Test {}; class
7720 class DynamicTest : public DynamicUnitTestFixture {
7726 __LINE__, []() -> DynamicUnitTestFixture* { return new DynamicTest; }); in __anon19f4cde20a02()