[Seaside] Test Runner question

Tom Phoenix rootbeer at redcat.com
Thu Dec 27 16:02:13 UTC 2007


On Dec 27, 2007 12:59 AM, itsme213 <itsme213 at hotmail.com> wrote:

> I want to customize TestRunner with a class-side method so it opens with
> just my classes from MyCategory in it e.g.
>
> TestRunner onMyStuff.

I'd go about this in a different way. If you subclass TestRunner, you
can reimplement #findCategories to return just the categories you
want:

  CustomTestRunner>>findCategories
    ^ { 'MyCategory' }.

Does that work for you? Good luck with it!

--Tom Phoenix


More information about the seaside mailing list