chris wrote:
> We have a number of TestCase classes that have multiple test methods.
> We are interested in removing any of the individual test methods on the
> fly (dynamically, at runtime, whatever).
>
> We currently have an "isSupported" method in the TestCase classes that
> return a bool by wh
On 15 Jun 2005 14:13:09 -0700, chris <[EMAIL PROTECTED]> wrote:
> We have a number of TestCase classes that have multiple test methods.
> We are interested in removing any of the individual test methods on the
> fly (dynamically, at runtime, whatever).
Here's a simple approach imitating NUnit's Ca