Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can JUnit Ant task report ignored tests?

Tags:

junit

ant

We're currently using JUnit 4.4 and Ant 1.7.1 for our builds. I have some test cases that are @Ignored. When I run them in Eclipse, the JUnit test runner reports them as ignored. I would like to see them listed in the XML output from Ant (so I can report on them), but they do not seem to be there.

Does anyone have this working? Is there a switch to turn them on? An upgrade I need to do?

like image 719
Brandon DuRette Avatar asked Apr 30 '09 17:04

Brandon DuRette


1 Answers

It looks like this is a known Ant issue/bug.

like image 183
jeffl8n Avatar answered Sep 27 '22 17:09

jeffl8n