From: Krzysieq Date: 2008-12-13T01:30:39+09:00 Subject: Unit test output verbosity ------=_Part_9488_19451991.1229099863388 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey, I have a question. I wrote some unit tests for my simple app. Since it's a part of a larger whole, it's managed inside a continuous integration framework. For that purpose I would like to report the unit tests that are executed not only by their overall failure or success, but in more detail. Is there any way in which I can increase the verbosity of messages sent to standard output, so that I can see the names of all test case subclasses, and all test methods, with a distinction whether or not they succeeded? The best would be to get a junit format of xml report, but I have tools to do that for me from plain text, so this isn't a big deal. I will appreciate any insight. Cheers, Chris ------=_Part_9488_19451991.1229099863388--