Author: ericwa
Date: Tue Dec 31 00:18:23 2013
New Revision: 9974

URL: http://svn.gna.org/viewcvs/etoile?rev=9974&view=rev
Log:
UnitKit: UKTestMethodNamesFromClass: also look in superclasses for -test... 
methods. The use case is, writing an abstract class with test methods that test 
conformance to a protocol, and then making several concrete subclasses that 
implement UKTest and provide an object to run all of the inherited test methods 
against (see http://c2.com/cgi/wiki?AbstractTestCases). 

This could conceivably break test cases that were relying on -test* methods in 
superclasses (or added to NSObject) _not_ running, but I doubt anyone was doing 
that.

Modified:
    trunk/Etoile/Frameworks/UnitKit/Source/FrameworkSource/UKRunner.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to