TestRunner>>#allSelectedTestSuites does not select tests from abstract classes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

TestRunner>>#allSelectedTestSuites does not select tests from abstract classes

demarey
Hi,

Before opening a bug entry, I would like to know if there are situations where we do not want to select test methods from abstract classes?
I have an example where a super class also has tests (common behavior with children) even if it is abstract.
I do not see why to restrict test methods on concrete classes.

Thanks,
Christophe