CppTestTools provides a unit test harness and an implementation of FIT for c++. It also has a starter implementation for a concurrency library. This library is used by the FitServer. Implementations are provided for gcc and visual c++ v6.
[.FrontPage] [.RecentChanges]
Installation and set up
NewClass and NewInterface scripts
These shell scripts are provided. For MS developers you will need cygwin or msys to use these scripts.Unit test harness
C++ version of FIT
Example Fitnesse tests
The unit test harness has been tested with
- cygwin/gcc
- VC6
- VS.NET
- Hitachi SH3
- Unit test harness works under Mac, but some of the tests needed for FIT fail
The CppFit been tested with
- cygwin/gcc
- VC6
- VS.NET
[.FrontPage] [.RecentChanges]