Oct. 2, 2008
10:24 p.m.
Stéphane Ducasse wrote:
Thanks I will have a look. I do not really understand what is written, this is too cryptic. Does the framework changes remove the fact that tests should start with test?
Stef Yes, although the default behaviour is preserved, TestCase subclasses can publish their own test suites with whatever behaviour they wish. BTW: the framework has changed somewhat since that documentation was written.
For example in SSpec "specs" start with spec* the goal is to enable TestRunner to be used as a runner for SSpec as well as SUnit, if I ever get around to it. Keith