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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -