[ENH] SUnit TestSuite extensions, so we can build and debug suites from a workspace

Rob Withers rwithers12 at mediaone.net
Sat Jan 5 22:54:55 UTC 2002


This is from a 4411 image, but should work for 3.2alpha as well.

Now one can do the following:

| suite |
suite := TestSuite new.
suite addTest: ProxyTestCase buildSuiteFromSelectors.
suite addTest: MixinProxyTestCase buildSuiteFromSelectors.
suite debug

rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SUnitSuiteExtensions.1.cs
Type: application/octet-stream
Size: 539 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020105/0e195c98/SUnitSuiteExtensions.1.obj


More information about the Squeak-dev mailing list