After my previous post I managed to integrate AsUnit with TeamCity and also to implement a new JUnitStyleResultPrinter into ASUnit.
And here is the result of all my efforts, the magic green tick :

As for the changes in the AsUnit framework I’ve forked the repository on GitHub and committed them. They are completely different from the ones I published in my previous post because I worked out a better way of implementing the new ResultPrinter.
You can find the forked repository here: http://github.com/vizio360/asunit
UPDATE
I’ve just noticed that the header comment in the XMLResultPrinter class mentions that it traces out a JUnit style result. DOH!
Btw the problem I found with it was that I couldn’t retreive the xml string to then save it on a file, so it’s why I’ve created a new JUnitStyleResultPrinter.
Continuous integration with AsUnit and TeamCity
After my previous post I managed to integrate AsUnit with TeamCity and also to implement a new JUnitStyleResultPrinter into ASUnit.
And here is the result of all my efforts, the magic green tick :
As for the changes in the AsUnit framework I’ve forked the repository on GitHub and committed them. They are completely different from the ones I published in my previous post because I worked out a better way of implementing the new ResultPrinter.
You can find the forked repository here: http://github.com/vizio360/asunit
UPDATE
I’ve just noticed that the header comment in the XMLResultPrinter class mentions that it traces out a JUnit style result. DOH!
Btw the problem I found with it was that I couldn’t retreive the xml string to then save it on a file, so it’s why I’ve created a new JUnitStyleResultPrinter.