Searched refs:values3 (Results 1 – 2 of 2) sorted by relevance
81 auto values3 = conformance::get_values(node4); variable85 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.");
522 auto values3 = get_values(suc_node1); in test_forwarding_single_push() local524 …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()