Searched refs:will_return (Results 1 - 4 of 4) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dcustomer_database_test.c41 will_return(connect_to_database, 0x0DA7ABA53);
58 will_return(mock_query_database, &customer_ids);
59 will_return(mock_query_database, 1);
H A Dproduct_database_test.c37 will_return(connect_to_database, 0xDA7ABA53);
46 will_return(connect_to_database, 0xDA7ABA53);
55 will_return(connect_to_database, 0xDA7ABA53);
H A Dcalculator_test.c354 will_return(binary_operator, 4);
359 will_return(binary_operator, 40);
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h42 #define will_return(function, value) \ macro
57 * values. See will_return() for a description of the count parameter.
74 * See will_return() for a description of the count parameter.
84 * See will_return() for a description of the count parameter.
94 * isn't a value. See will_return() for a description of the count parameter.
108 * is or isn't a string. See will_return() for a description of the count
123 * doesn't match an area of memory. See will_return() for a description of
139 * check_expected(). See will_return() for a description of the count
322 // Retrieves a value for the given function, as set by "will_return".

Completed in 284 milliseconds