Re: [Shale] AbstractJsfTestCase - Eclipse

2005-06-09 Thread Craig McClanahan
On 6/9/05, Carlos Fernandez <[EMAIL PROTECTED]> wrote: > 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.

[Shale] AbstractJsfTestCase - Eclipse

2005-06-09 Thread Carlos Fernandez
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 - Ec