Searched refs:counting_threshold (Results 1 – 1 of 1) sorted by relevance
147 constexpr std::size_t counting_threshold = 10; variable148 conformance::counting_functor<output_msg> fun(counting_threshold);158 …CHECK_MESSAGE((conformance::get_values(node2).size() == counting_threshold), "Descendant of the no…159 …CHECK_MESSAGE((fun.execute_count == counting_threshold + 1), "Body of the node needs to be execute…