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.

enter image description here

and expanded view:

enter image description here

any idea?

ran same problem, error wrote: public void mymethodname(){ //assertions }

instead of: public void testmymethodname() { //assertions }

the test before mymethodname important.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -