HomeSort by relevance Sort by last modified time
    Searched full:check_expected (Results 1 - 4 of 4) 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
  /external/cmockery/cmockery_0_1_2/doc/
index.html 509 be validated using the check_expected() macro.
512 check the specified parameter. check_expected() checks a function parameter
514 test failure is signalled. In addition if check_expected() is called and
543 check_expected(url);
544 check_expected(port);

Completed in 281 milliseconds