Home
last modified time | relevance | path

Searched refs:is_reportable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h592 bool is_reportable() const { in is_reportable() function
824 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
834 return test_info->is_reportable(); in TestReportable()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md759 ##### is_reportable {#TestInfo::is_reportable}
761 `bool TestInfo::is_reportable() const`
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4364 if (test_suite.GetTestInfo(i)->is_reportable()) in PrintXmlTestSuite()
4830 if (test_suite.GetTestInfo(i)->is_reportable()) { in PrintJsonTestSuite()