in reply to Re: Order of startup methods with Test::Class
in thread Order of startup methods with Test::Class

Ovid++

Thank you, that was the answer I was looking for.

All I have to do is name all my setup methods the same, and subclass where appropriate.

  • Comment on Re^2: Order of startup methods with Test::Class

Replies are listed 'Best First'.
Re^3: Order of startup methods with Test::Class
by Ovid (Cardinal) on Oct 10, 2011 at 19:30 UTC
    Happy to have helped. By the way, I noticed you're using my Test::Most module. Since you're also using Test::Class, you might also find my Test::Class::Most module handy.