Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

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


Ignore:
Timestamp:
07/07/12 03:00:07 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

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

    v4 v5  
    22
    33
    4 CxxTest 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.
     4CxxTest is a unit testing framework in C++. It can be used for host-based testing but not for RTEMS based testing, because it does not support C macros preprocessing, which has limited it in RTEMS based testing.
    55
    66+ CxxTest supports  xUnit architecture with test cases, test fixtures and test suites.