Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_split_node.cpp81 auto values3 = conformance::get_values(node4); variable
85 CHECK_MESSAGE((values3.size() == 1), "Descendant of the node must receive one message.");
88 CHECK_MESSAGE((values3[0] == 2), "Descendant of the node must receive one message.");
H A Dconformance_flowgraph.h522 auto values3 = get_values(suc_node1); in test_forwarding_single_push() local
524 …CHECK_MESSAGE((values3.size() != values4.size()), "Only one descendant the node needs to receive"); in test_forwarding_single_push()
525 CHECK_MESSAGE((values3.size() + values4.size() == 1), "All messages need to be received"); in test_forwarding_single_push()
529 CHECK_MESSAGE((values3[0] == 1), "Value passed is the actual one received"); in test_forwarding_single_push()