Searched refs:p_assertions_passed (Results 1 – 4 of 4) sorted by relevance
74 p_assertions_passed.value += tr.p_assertions_passed;87 p_assertions_passed.value = 0;218 …ck_any_assertions = tr.p_aborted || (tr.p_assertions_failed != 0) || (tr.p_assertions_passed != 0);250 tr.p_assertions_passed.value++;
124 counter_t total_assertions = tr.p_assertions_passed + tr.p_assertions_failed;133 …print_stat_value( ostr, tr.p_assertions_passed, m_indent, total_assertions, "assertion", "passed" …
72 << " assertions_passed" << attr_value() << tr.p_assertions_passed
55 counter_prop p_assertions_passed; member in boost::unit_test::test_results