HomeSort by relevance Sort by last modified time
    Searched refs:will_return (Results 1 - 4 of 4) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
customer_database_test.c 41 will_return(connect_to_database, 0x0DA7ABA53);
58 will_return(mock_query_database, &customer_ids);
59 will_return(mock_query_database, 1);
product_database_test.c 37 will_return(connect_to_database, 0xDA7ABA53);
46 will_return(connect_to_database, 0xDA7ABA53);
55 will_return(connect_to_database, 0xDA7ABA53);
calculator_test.c 354 will_return(binary_operator, 4);
359 will_return(binary_operator, 40);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 42 #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 189 milliseconds