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

  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 45 // Redirect assert to mock_assert() so assertions can be caught by cmockery.
50 mock_assert((int)(expression), #expression, __FILE__, __LINE__)
51 void mock_assert(const int result, const char* expression, const char *file,
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 249 * Ensure mock_assert() is called. If mock_assert() is called the assert
253 * #define assert mock_assert
318 // Used by expect_assert_failure() and mock_assert().
384 void mock_assert(const int result, const char* const expression,
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 163 // mock_assert() can optionally jump back to expect_assert_failure().
1133 void mock_assert(const int result, const char* const expression, function
    [all...]

Completed in 251 milliseconds