Searched refs:will_return (Results 1 – 4 of 4) sorted by relevance
37 will_return(connect_to_database, 0xDA7ABA53); in test_connect_to_product_database()46 will_return(connect_to_database, 0xDA7ABA53); in test_connect_to_product_database_bad_url()55 will_return(connect_to_database, 0xDA7ABA53); in test_connect_to_product_database_missing_parameter()
41 will_return(connect_to_database, 0x0DA7ABA53); in test_connect_to_customer_database()58 will_return(mock_query_database, &customer_ids); in test_get_customer_id_by_name()59 will_return(mock_query_database, 1); in test_get_customer_id_by_name()
354 will_return(binary_operator, 4); in test_perform_operation()359 will_return(binary_operator, 40); in test_perform_operation()
42 #define will_return(function, value) \ macro