Lines Matching refs:CHECK_MESSAGE
36 CHECK_MESSAGE((flag == false), "Should be false"); in test_continue_node_rf_reset_protocol()
42 CHECK_MESSAGE((flag == false), "Internal number of predecessors reinitialized"); in test_continue_node_rf_reset_protocol()
46 CHECK_MESSAGE((flag == true), "Should be true"); in test_continue_node_rf_reset_protocol()
65 CHECK_MESSAGE((node.try_get(tmp) == false), "Should be false"); in test_input_node_rf_reset_protocol()
79 CHECK_MESSAGE((counting_body.execute_count == 0), "Body should not be executed"); in test_functional_nodes_rf_reset_protocol()
83 CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be executed"); in test_functional_nodes_rf_reset_protocol()
92 CHECK_MESSAGE((testing_node.try_get(tmp) == false), "try_get should not succeed"); in test_buffering_nodes_rf_reset_protocol()
93 CHECK_MESSAGE((tmp == -1), "Value should not be updated"); in test_buffering_nodes_rf_reset_protocol()
100 CHECK_MESSAGE((testing_node.try_get(tmp) == false), "try_get should not succeed"); in test_buffering_nodes_rf_reset_protocol()
101 CHECK_MESSAGE((tmp == -1), "Value should not be updated"); in test_buffering_nodes_rf_reset_protocol()
114 CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be executed"); in test_nodes_with_body_rf_reset_bodies()
120 …CHECK_MESSAGE((counting_body.execute_count == 1), "Body should be replaced with a copy of the body… in test_nodes_with_body_rf_reset_bodies()
136 …CHECK_MESSAGE((conformance::get_values(suc_node).size() == limit), "Descendant of the node needs b… in test_limiter_node_rf_reset_protocol()
144 …CHECK_MESSAGE((conformance::get_values(suc_node).size() == limit), "Descendant of the node needs b… in test_limiter_node_rf_reset_protocol()
158 CHECK_MESSAGE((!testing_node.try_get(tmp)), "All buffers must be emptied"); in test_join_node_rf_reset_protocol()
244 …CHECK_MESSAGE((conformance::get_values(successor).size() == 0), "Message should not pass when edge…
245 …CHECK_MESSAGE((conformance::get_values(successor2).size() == 0), "Message should not pass when edg…
246 …CHECK_MESSAGE((conformance::get_values(successor3).size() == 0), "Message should not pass when edg…
268 CHECK_MESSAGE((counting_body.execute_count == 2), "Body should be executed");
274 …CHECK_MESSAGE((counting_body.execute_count == 2), "Body should be replaced with a copy of the body…
281 CHECK_MESSAGE(!g.is_cancelled(), "Freshly created graph should not be cancelled." );
284 …CHECK_MESSAGE(!g.is_cancelled(), "Cancelled status should appear only after the wait_for_all() cal…
287 CHECK_MESSAGE(g.is_cancelled(), "Waiting should allow checking the cancellation status." );
290 CHECK_MESSAGE(!g.is_cancelled(), "Resetting must reset the cancellation status." );
312 CHECK_MESSAGE(g.is_cancelled(), "Wait for all should not change the cancellation status." );
313 CHECK_MESSAGE(1 == executed, "Buffered messages should be dropped by the cancelled graph." );