> junit.framework.AssertionFailedError: No tests found in TestCalculator

Are there any test methods following the JUnit convention?
Your test methods must be public, return void, take no arguments,
and have a name starting with "test" , like
    public void testXyz() {
         fail("Write me");
    }
Which should get rid of the error you saw, and have a red bar for a
failing test.

Robert

--
Geschenkt: 3 Monate GMX ProMail + 3 Ausgaben der TV Movie mit DVD
++++ Jetzt anmelden und testen http://www.gmx.net/de/go/mail ++++


Yahoo! Groups Sponsor
ADVERTISEMENT
click here
Web Bug from http://us.adserver.yahoo.com/l?M=315388.5526708.6599542.3001176/D=groups/S=:HM/A=2372354/rand=107869742


Yahoo! Groups Links

Reply via email to