Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h941 void RunTearDownTestCase() { (*tear_down_tc_)(); } in RunTearDownTestCase() function
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2844 this, &TestCase::RunTearDownTestCase, "TearDownTestCase()"); in Run()