wiki:Projects/GSoC/TestingReview/CxxTest

Version 4 (modified by Xiaochen Pan, on 07/07/12 at 01:08:58) (diff)

moved CxxTest to TestingReview/CxxTest

TestingReview/CxxTest

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.

+ CxxTest supports xUnit architecture with test cases, test fixtures and test suites.

+ It supports the standard XML output.

+ It is easy to compile and highly portable because no pre-compiled library is used.

+ CxxTest support automatic test runner generation and independent test cases running.

+ It supports mocking functions and mocking objects.

+ It supports python scripts.