/fitnesse-cppslim

Header-only library for implementing FitNesse SLiM test fixtures in C++

Primary LanguageC++

fitnesse-cppslim Build Status

This is a C++ header only library for writting FitNesse test fixtures in C++. The only external dependency is on the Boost library for handling the socket based communication between the FitNesse server and the FitNesse test runner.

For example, for implementing the test fixture for this FitNesse Decision table in C++ you only need to do something like this.

You can browse some more very simple sample fixtures in the SampleFixtures folder.


More to come...


License: use freely for whatever you want...