Changes between Version 2 and Version 3 of Projects/GSoC/TestingReview/CxxTest


Ignore:
Timestamp:
07/07/12 01:05:33 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

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

    v2 v3  
    22
    33
    4 CxxTest is a unit testing framework in C++. It can be used for host-based testing. Because it does not support C macros preprocessing, which has limit it largely in RTEMS based testing.
     4CxxTest is a unit testing framework in C++. It can be used for host-based testing but now for RTEMS based testing, because it does not support C macros preprocessing, which has limit it largely in RTEMS based testing.
    55
    66+ CxxTest supports  xUnit architecture with test cases, test fixtures and test suites.