guys:
I have a question about Junit test as a newbie: I tried to build a JAR project. it failed and reported that a function in Junit test failed, but when I run that Junit test, it was successful. my teammate suggested me to check surefire-reports, and I did find that this Junit test has a failure report. I wonder why I could run Junit test correctly from eclipse while it actually failed?