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

Version 6 (modified by Xiaochen Pan, on 07/09/12 at 00:31:08) (diff)

TestingReview/Check

Check is simple unit testing framework for test-driven development.

  • It uses separate processes for each test suites to protect the address space for each test suites.
  • 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 debugging 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.