Searched refs:DynamicTest (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test_.cc | 945 class DynamicTest : public DynamicFixture { class 954 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonb94225790102() 957 __LINE__, []() -> DynamicFixture* { return new DynamicTest<false>; }), in __anonb94225790202() 963 []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonb94225790302() 968 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonb94225790402() 971 []() -> testing::Test* { return new DynamicTest<true>; }), in __anonb94225790502() 977 __LINE__, []() -> DynamicFixture* { return new DynamicTest<true>; }), in __anonb94225790602() 980 []() { return new DynamicTest<true>; })); in __anonb94225790702()
|
| H A D | gtest_unittest.cc | 7728 class DynamicTest : public DynamicUnitTestFixture { class 7734 __LINE__, []() -> DynamicUnitTestFixture* { return new DynamicTest; }); in __anon0e99de180a02()
|