Yeah, but it's so convenient to have my test classes reflect the classes of
my application. It makes it so easy to see what's going on when I name my
test methods the same thing as the methods in my application.

Andrew

On 5/31/06 10:47 AM, "A. Pagaltzis" <[EMAIL PROTECTED]> wrote:

> 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,

----

Andrew Gianni
Administrative Computing Services
Computing and Information Technology
University at Buffalo
215 MFAC, Ellicott Complex
Buffalo, NY 14261-0026
716.645.3587x7124

Reply via email to