Hi All,
I have
Junit test suite which runs successfully using
ANT and eclipse. The sample I tried is from (
http://www.yolinux.com/TUTORIALS/Java-JUnit.html)
But if my assertion is failed ANT still shows as success(ex: assertEquals(20,21)) where eclipse JUnit works fine as throws error.
Why my ant is not showing test case as failed? below is my ant script
Thanks in advance.
Regards,
Sarada.