We use the standard that every class in our project have a sibling class 
named <class>Test.java to test the original class.  I think this is common 
for many peoples projects...

I would find it useful to be able to have the Test menu option available for 
my java class that is not a TestCase derived class, but does have a sibling 
class that is derived from TestCase.

Or, is it more common (or more desired) to have a suite method in every class 
that just returns its tester?

Thanks,

-- Rick

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to