Searched refs:expected_value (Results 1 – 4 of 4) sorted by relevance
71 bool value_is( long expected_value ) const { in value_is()75 if ((tmp = value[k]) != expected_value) { in value_is()187 long expected_value = TEST_SIZE / 4; in test_rw_basic() local188 REQUIRE(invariant.value_is(expected_value)); in test_rw_basic()
82 auto expected_value = *test_table.begin(); in test_node_handle() local87 REQUIRE_MESSAGE(compare_handle_getters(nh, expected_value), in test_node_handle()94 REQUIRE_MESSAGE(compare_handle_getters(nh2, expected_value), in test_node_handle()254 auto expected_value = *table_for_extract.begin(); in test_extract() local255 auto key = Value<Container>::key(expected_value); in test_extract()260 …REQUIRE_MESSAGE(compare_handle_getters(nh, expected_value), "Extract: node handle contains wrong n… in test_extract()
306 void validation(std::size_t expected_value) { in validation()308 REQUIRE_MESSAGE(my_vec[i] == expected_value, "Some element was not produced"); in validation()324 void container_based_overload_test_case(std::size_t expected_value) { in container_based_overload_test_case() argument327 container.validation(expected_value); in container_based_overload_test_case()
135 bool value_is(long expected_value) const { in value_is()137 if (value[k] != expected_value) { in value_is()