Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1138 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc5571 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest