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

  /external/cmockery/cmockery_0_1_2/src/example/
product_database_test.c 29 check_expected(url);
30 check_expected(port);
calculator_test.c 67 check_expected(temporary_buffer);
81 check_expected(temporary_buffer);
88 check_expected(a);
89 check_expected(b);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 56 /* Add an event to check a parameter, using check_expected(), against a set of
72 /* Add an event to check a parameter, using check_expected(), against a
82 /* Add an event to check a parameter, using check_expected(), against a
93 /* Add an event to check whether a parameter, using check_expected(), is or
107 /* Add an event to check whether a parameter, using check_expected(),
122 /* Add an event to check whether a parameter, using check_expected() does or
139 * check_expected(). See will_return() for a description of the count
150 #define check_expected(parameter) \ macro

Completed in 37 milliseconds