Title: JUnit Test Cases in "JUnit Tests..." (ConfigurableTestCase)

Hi;

I'm trying to use JunitPP with ConfigurableTestCase, This works fine as long
as I don't want to see the Test Cases in the "Run" -> "JUnit Tests..."

So if my class declaration is:
--

import junit.framework.*;
import junit.extensions.ConfigurableTestCase;

public class DelimitedParseletTest extends ConfigurableTestCase {
--

It fails to show up but:

--
import junit.framework.*;
import junit.extensions.ConfigurableTestCase;

public class DelimitedParseletTest extends TestCase {
--

it shows up perfectly.. 

This implies to me that classes are not evaluated based on the classes they
are inheriting.

I examined this further and found that IF I included the JunitPP source in my
Project Source, then the classes did show up.  Does this mean that the
inheritance is being resolved through source only?

-Eric Gascoine ([EMAIL PROTECTED])




This communication is intended only for the use of the individual or entity to whom/which it is addressed, and information contained in this communication is privileged and confidential.  If the receiver of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify the sender of this email (so that we may correct our internal records) and delete this communication without making a copy of it. 

Thank you.

Reply via email to