Changes between Version 4 and Version 5 of Projects/GSoC/TestingReview/Cmockery


Ignore:
Timestamp:
07/07/12 18:57:09 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview/Cmockery

    v4 v5  
    11= TestingReview/Cmockery =
    22
     3= General Comparison =
    34
    45Cmockery is a lightweight and highly portable unit testing framework with minimum conflicts with standard C library headers.
     
    1011 * Cmockery provides convenient interface to test for memory leaks, buffer underflow and buffer overflow, all of which would cause fatal errors for single processed RTEMS system.
    1112
    12  * Cmockery provides a more detailed tests report than CMock by providing the reason for tests failures.
     13 * Cmockery provides a more detailed tests report than CMock by providing the reason for tests failures.= RTEMS based Test Results =