Hi Andrew,

* Andrew Gianni <[EMAIL PROTECTED]> [2006-05-31 15:40]:
> Is there an easy way to just run that one test method (as well
> as the startup, setup, teardown and shutdown methods) while I'm
> working on it rather than running the whole batch?

just write a base test class with all your scaffolding methods
and then put the individual test units in individual subclasses
that inherit from. You can then easily run just the one set of
tests that you are interested in.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to