AbstractJsfTestCase, implements a public Test suite() method.  Eclipse
checks for this method when you tell it to run a class as a unit test.  If
this method it exists it will use the returned Test class to determine what
tests to run.  Since the Test returned only includes AbstractJsfTestCase -
Eclipse chokes and throws: 

junit.framework.AssertionFailedError: No tests found in
org.apache.shale.test.base.AbstractJsfTestCase

Granted, I can just subclass suite() in my concrete test cases . . . but I
am lazy and would rather not do this.  Just wondering why the base test
class implements this method, since most IDEs and ant can work just fine
without it.

Also, why does this class not include a no-arg constructor?  Again, I am
just lazy ;)

BTW - the shale test classes make JSF much easier to test!  That might be an
understatement.

So 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to