Searched refs:expected_value2 (Results 1 – 1 of 1) sorted by relevance
100 auto expected_value2 = *test_table.begin(); in test_node_handle() local101 set_node_handle_value(nh2, expected_value2); in test_node_handle()102 REQUIRE_MESSAGE(compare_handle_getters(nh2, expected_value2), in test_node_handle()116 REQUIRE_MESSAGE(compare_handle_getters(nh3, expected_value2), in test_node_handle()127 REQUIRE_MESSAGE(compare_handle_getters(nh2, expected_value2), in test_node_handle()264 auto expected_value2 = *table_for_extract.begin(); in test_extract() local265 auto key2 = Value<Container>::key(expected_value2); in test_extract()270 …REQUIRE_MESSAGE(compare_handle_getters(nh, expected_value2), "Extract: node handle contains wrong … in test_extract()