Pulse + UnitTest++
Since I have previously stated my admiration for UnitTest++ as a unit testing framework for C++, I guess it was high time I added direct support for it in Pulse. Well, as of Pulse 1.2.24, there is now a UnitTest++ post-processor that will slurp your UnitTest++ test results directly into Pulse. If you’re looking to do continuous integration for C++, then Pulse + UnitTest++ is a killer combo ;).
This entry was posted on Wednesday, May 2nd, 2007 at 1:44 am and is filed under Agile, C++, Continuous Integration, Technology, Testing, Zutubi. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

May 2nd, 2007 at 2:27 am
sdt says:I was quite happy to see this change :). UnitTest++ is a great little framework.
January 18th, 2008 at 6:13 pm
Sol says:How can I write my own post processor, not regex? I need process perl Test::Harness results.
January 18th, 2008 at 6:29 pm
Hi Sol,
In Pulse 2.0 (currently in early access) you can write your own post-processors as plugins. Since 2.0 is not quite ready for people to write their own plugins (documentation is lacking at present), I would be happy to take a look at some sample Test::Harness output and see what we can do. Usually creating a new post-processor is very quick as long as the report to parse has a consistent structure. You can send a sample report to [email protected] if you like.