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


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

Legend:

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

    v1 v2  
    22
    33
    4 Check is simple unit testing framework for test-driven development. It forks a separate process for each unit tests. Therefore, it cannot be used in RTEMS-based testing. Test cases, test fixtures, and test suites are well supported by Check with automatic test discovery to promote tests automation. It supports tests debug with a no fork mode. It has multiple output format including XML. It also have a convenient test time out feature to rule out tests take use infinite amount of time.
     4Check is simple unit testing framework for test-driven development.
     5
     6-It forks a separate process for each unit tests. Therefore, it cannot be used in RTEMS-based testing.
     7
     8+Test cases, test fixtures, and test suites are well supported by Check with automatic test discovery to promote tests automation.
     9
     10+It supports tests debug with a NO-FORK mode. It has multiple output format including XML.
     11
     12+It also have a convenient test time out feature to rule out tests take use infinite amount of time.