Products & Services
Aeryn - C++ Testing Framework
Aeryn is a C++ testing framework. Although it is primarily intended for unit testing, Aeryn is adaptable enough to handle integration testing and can be adapted for most other forms of C++ testing.Aeryn is intended to be lightweight with minimal code needed to create a test fixture. Unlike other testing frameworks Aeryn does not require all test fixtures to be inherited from a particular class. Test fixtures can be standalone functions or standalone classes.
Aeryn is adaptable via context objects which can be passed to test fixtures prior to running and via its call back reporting interface.
Aeryn is currently hosted here: http://aeryn.tigris.org/
CCMarauder - CruiseControl.Net plugin
CruiseControl.Net is shaping up to be a great product, but it's not there yet. There is lots of functionality to add and improve. Fortunately flexible plugin functionality has already been implemented. CCMarauder is a plugin for CruiseControl.Net that adds some of the missing functionality.
