http://www.perlmonks.org?node_id=538468


in reply to Re: Test::Class and test organization
in thread Test::Class and test organization

The problem I see with your structure here ... is that you are trying to call specific tests and ask it to run them. You should write all your tests as methods in your module and then run them all.

Nothing wrong with it :-) T::C was explicitly designed to make object-based setting of fixtures possible where class-based stuff was too inflexible.