Lorin wrote:

> IBM Developerworks has an article on tricks you can do with ant/junit.
> 
> http://www-106.ibm.com/developerworks/java/library/j-junitmail
> 
> In this case it's an example of how without very much effort, you can set
> your automatic unit tests to generate test results in XML, run them
> through an XSL processor, and have them emailed to you in HTML.

That's utterly weird. The intended method of using JUnit is to run it
manually a couple times a day and it returns either 'everything passed' or
'these tests failed'. Adding all that extra stuff seems completely at odds
with it's 'do the simplest thing' philosophy (which, by the way, JUnit
doesn't really do either, but that's another story...)

-Bram


_______________________________________________
Bits mailing list
[EMAIL PROTECTED]
http://www.sugoi.org/mailman/listinfo/bits

Reply via email to