Changes between Version 1 and Version 2 of Projects/GSoC/TestingReview/CU


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

Legend:

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

    v1 v2  
    22
    33
    4 CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions. It uses separate processes for each test suites to protect the address space for each test suites. In this case, for a single process RTEMS operating system, it cannot be used. CU supports tests cases and recursive test suites for tests automation. CU supports regression testing as a plus.
     4CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions.
     5
     6+It uses separate processes for each test suites to protect the address space for each test suites.
     7
     8-For a single process RTEMS operating system, it cannot be used.
     9
     10+CU supports tests cases and recursive test suites for tests automation.
     11
     12+CU supports regression testing as a plus.