java - not all junit tests are running in eclipse -
i have java project in eclipse, when press project right click -> run junit tests not run. attached picture, see yamimailsendertest example.
when try run tests directly running.
using eclipse 3.7.2.

and expanded view:

any idea?
ran same problem, error wrote: public void mymethodname(){ //assertions }
instead of: public void testmymethodname() { //assertions }
the test before mymethodname important.
Comments
Post a Comment