Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h937 void RunSetUpTestCase() { (*set_up_tc_)(); } in RunSetUpTestCase() function
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2834 this, &TestCase::RunSetUpTestCase, "SetUpTestCase()"); in Run()