Home
last modified time | relevance | path

Searched defs:OnTestDisabled (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h956 virtual void OnTestDisabled(const TestInfo& /*test_info*/) {} in OnTestDisabled() function
1006 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3492 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled() function in testing::internal::PrettyUnitTestResultPrinter
3701 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled() function in testing::internal::BriefUnitTestResultPrinter