Hi...
Ryan Gerard wrote:
> I understand that I can use the makeDry() function to just display all the
> tests without running them, and make each test linkable. But what is the
> next step? How can I link to the test results such that only a single test
> case is executed?
If you've understood makeDry(), then you are more than half way
there. There are a bunch of decorators, mainly the SelectiveReporter
(in reporter.php). If you wrap your pretty test display in that, it
will take care of running only the tests and cases referred to in
the constructor.
>
> Thanks for the help!
No problem. Let me know how you get on and if you need any enhancements.
yours, Marcus
|