Searched refs:values2 (Results 1 – 2 of 2) sorted by relevance
80 auto values2 = conformance::get_values(node3); variable84 CHECK_MESSAGE((values2.size() == 1), "Descendant of the node must receive one message.");87 CHECK_MESSAGE((values2[0] == 1.5f), "Descendant of the node must receive one message.");
515 auto values2 = get_values(suc_node2); in test_forwarding_single_push() local516 …CHECK_MESSAGE((values1.size() != values2.size()), "Only one descendant the node needs to receive"); in test_forwarding_single_push()517 CHECK_MESSAGE((values1.size() + values2.size() == 1), "All messages need to be received"); in test_forwarding_single_push()534 CHECK_MESSAGE((values2[0] == 0), "Value passed is the actual one received"); in test_forwarding_single_push()