Lines Matching refs:CHECK_MESSAGE
52 CHECK_MESSAGE((oneapi::tbb::flow::output_port<0>(testing_node).try_get(tmp1) == false
54 CHECK_MESSAGE((oneapi::tbb::flow::output_port<1>(testing_node).try_get(tmp2) == false
56 CHECK_MESSAGE((oneapi::tbb::flow::output_port<2>(testing_node).try_get(tmp3) == false
77 CHECK_MESSAGE((testing_node.try_put(my_tuple)), "`try_put()' must always returns `true'");
83 CHECK_MESSAGE((values1.size() == 1), "Descendant of the node must receive one message.");
84 CHECK_MESSAGE((values2.size() == 1), "Descendant of the node must receive one message.");
85 CHECK_MESSAGE((values3.size() == 1), "Descendant of the node must receive one message.");
86 CHECK_MESSAGE((values1[0] == 1), "Descendant of the node needs to be receive N messages");
87 CHECK_MESSAGE((values2[0] == 1.5f), "Descendant of the node must receive one message.");
88 CHECK_MESSAGE((values3[0] == 2), "Descendant of the node must receive one message.");
113 …CHECK_MESSAGE((conformance::get_values(node2).size() == 0 && conformance::get_values(node3).size()…
118 …CHECK_MESSAGE((conformance::get_values(node2).size() == 1 && conformance::get_values(node3).size()…
124 …CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::graph_node, my_split_type>::value), "split_node …
125 …CHECK_MESSAGE((std::is_base_of<oneapi::tbb::flow::receiver<my_input_tuple>, my_split_type>::value)…
134 CHECK_MESSAGE((std::is_same<my_split_type::output_ports_type&,