Test-Class - Re: startup method is run at the end

Posted on Thu Oct 18 05:29:16 2007 by ilial in response to 6281 (See the whole thread of 4)
Re: startup method is run at the end
My fault.

I was inheriting the startup method and then running Test::Class->runtests, which ran the tests from the base class and the subclass separately.
ie. Foo inherits from Bar which inherits from Test::Class

Using "Foo->runtests" fixes the problem.
Direct Responses: 6284 | Write a response