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

Changes between Version 3 and Version 4 of Projects/GSoC/TestingReview/CU


Ignore:
Timestamp:
07/08/12 09:27:42 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

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

    v3 v4  
    44CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions.
    55
    6 +It uses separate processes for each test suites to protect the address space for each test suites.
     6 * It uses separate processes for each test suites to protect the address space for each test suites.
    77
    8 -For a single process RTEMS operating system, it cannot be used.
     8 * For a single process RTEMS operating system, it cannot be used.
    99
    10 +CU supports tests cases and recursive test suites for tests automation.
     10 * CU supports tests cases and recursive test suites for tests automation.
    1111
    12 +CU supports regression testing as a plus.
     12 * CU supports regression testing as a plus.