HomeSort by relevance Sort by last modified time
    Searched full:will_return (Results 1 - 5 of 5) 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".
  /external/cmockery/cmockery_0_1_2/doc/
index.html 373 case using <b>will_return()</b>. These values are then returned by each mock
376 Values passed to <b>will_return()</b> are added to a queue for each function
383 <h4>Using will_return()</h4>
471 will_return(connect_to_database, 0x0DA7ABA53);
479 will_return(connect_to_database, 0x0DA7ABA53);
490 will_return(mock_query_database, &customer_ids);
491 will_return(mock_query_database, 1);
551 will_return(connect_to_database, 0xDA7ABA53);
560 will_return(connect_to_database, 0xDA7ABA53);
569 will_return(connect_to_database, 0xDA7ABA53)
    [all...]

Completed in 211 milliseconds