Specializing TestRunner

Ned Konz ned at bike-nomad.com
Fri Dec 20 16:21:45 UTC 2002


On Friday 20 December 2002 02:52 am, WILLIAMS Dominic wrote:

> ... and redefined the gatherTestNames method thus:
>
> gatherTestNames
>
>  | theNames |
>
>  theNames _ (TestCase allSubclasses select: [:each | each category
> = 'XProject-Unit']) asOrderedCollection. ^theNames

The method should return a collection of Symbols, not a collection of 
classes (hence the name...).

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list