mrszj / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

JUnit xml results #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Gregory Kick:
    Second, I'd like to get the xml reports from junit.  Could the java
    task that forks the test runner be changed to the junit task with a
    fomatter of type xml?  Was there any particular reason that the junit
    task wasn't being used in the first place? 

Bob:

I copied the JUnit target over from Dynaop, so I don't remember the exact
reason, but I think it's because I like the way JUnit itself outputs the
dots--it's very clear whether you failed or succeeded. We can add another
target or parameter which results in XML though (or output XML, too). I
mostly use my IDE nowadays though. 

Original issue reported on code.google.com by kevin...@gmail.com on 1 May 2007 at 4:58

GoogleCodeExporter commented 9 years ago
Dots are good. IDE-integration is better. But if anyone really wants XML output 
for our tests, please submit a 
patch and we'll output XML as well.

Original comment by limpbizkit on 1 Jun 2008 at 7:28