Home
last modified time | relevance | path

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

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