summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-08cmocka: Add a test_realloc() function.Andreas Schneider1-0/+18
2014-07-28cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormatEmil Velikov1-9/+0
2014-07-23cmocka: introduce LargestIntegralTypePrintfUnsignedFormat modifierEmil Velikov1-0/+9
2014-05-29cmocka: fix doxygen comment for assert_not_in_range()Michael Adam1-2/+2
2014-05-29cmocka: fix doxygen comment for assert_in_range()Michael Adam1-2/+2
2014-05-29cmocka: fix doxygen comment for assert_return_code()Michael Adam1-1/+1
2014-05-20doc: Improve documentation for fail_msg().Andreas Schneider1-0/+11
2014-04-11doc: Document the group functions.Andreas Schneider1-0/+2
2014-04-11include: Fix count parameter of expect_check() macroSebastian Dröge1-1/+1
2014-04-11cmocka: Define inline if not defined with MSVC.Andreas Schneider1-6/+13
2014-04-11cmocka: Add support for test groups.Andreas Schneider1-0/+18
2014-04-10cmocka: Add a dummy function for setup and teardown.Andreas Schneider1-1/+7
2014-04-09doc: Fix some typos.Andreas Schneider1-3/+3
2014-02-21Use prefix for commonly used macro PRINTF_ATTRIBUTELukas Slebodnik1-6/+7
2014-02-21Enable warning WundefLukas Slebodnik1-26/+26
2014-02-21Use better formatting string for printing numbersLukas Slebodnik1-2/+2
2013-12-23cmocka: Fix typo in the docs.Andreas Schneider1-2/+4
2013-12-23cmocka: Add assert_return_code().Andreas Schneider1-0/+26
2013-10-27include: Don't stringify twice with will_return_always().Travis Hendrickson1-1/+1
2013-10-27include: Fix unit_test_teardown macro.Andreas Schneider1-1/+0
2013-07-29include: Correctly define unit_test_setup() and unit_test_teardown().Andreas Schneider1-4/+13
2013-07-24include: Don't redefine uintptr_t on Windows.Andreas Schneider1-30/+25
2013-07-18Add new macro will_return_alwaysPavel Březina1-0/+22
2013-07-18Add new macro fail_msgPavel Březina1-0/+12
2013-06-04doc: Add some more documentation for Mock Objects.Andreas Schneider1-0/+36
2013-06-04doc: Document expect_memory().Andreas Schneider1-4/+89
2013-06-04doc: Document expect_any().Andreas Schneider1-4/+35
2013-06-04doc: Fix doc build.Andreas Schneider1-8/+8
2013-06-04doc: Document expect_value().Andreas Schneider1-3/+78
2013-06-04doc: document expect_range family of functionsJakub Hrozek1-8/+88
2013-06-04doc: Fix the doc of the count parameter in expect_*().Andreas Schneider1-7/+13
2013-06-04doc: Fix typo in expect_not_in_set_count().Andreas Schneider1-1/+1
2013-06-04doc: Add comment to check_expected().Andreas Schneider1-0/+2
2013-06-04doc: Add example for parameter checking.Andreas Schneider1-0/+24
2013-06-04doc: Document expect_string*()Andreas Schneider1-4/+80
2013-06-04doc: Document expect_in_set().Andreas Schneider1-3/+78
2013-06-04Add new macros mock_type and mock_ptr_typeJakub Hrozek1-0/+54
2013-01-17file: Remove execute bits of C files.Andreas Schneider1-0/+0
2012-11-30doc: Document check_expected().Andreas Schneider1-3/+11
2012-11-30doc: Document expect_check().Andreas Schneider1-0/+20
2012-11-30doc: Add section for checking parameters.Andreas Schneider1-0/+22
2012-11-16doc: Document expect_assert_failure().Andreas Schneider1-4/+13
2012-11-16doc: Document mock_assert().Andreas Schneider1-8/+36
2012-11-16doc: Document Standard Assertions group.Andreas Schneider1-0/+20
2012-11-16doc: Document test_free().Andreas Schneider1-0/+11
2012-11-16doc: Document test_calloc().Andreas Schneider1-0/+18
2012-11-16doc: Document test_malloc().Andreas Schneider1-1/+27
2012-11-16doc: Document Dynamic Memory Allocation group.Andreas Schneider1-0/+25
2012-11-16doc: Document assert_not_in_set().Andreas Schneider1-1/+16
2012-11-16doc: Document assert_in_set().Andreas Schneider1-1/+17