Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h654 bool is_disabled_; // True if and only if this test is disabled variable
824 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
829 return test_info->is_disabled_; in TestDisabled()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2785 is_disabled_(false), in TestInfo()
2862 if (is_disabled_ && matches_filter_) repeater->OnTestDisabled(*this); in Run()
6270 test_info->is_disabled_ = is_disabled; in FilterTests()