in reply to Test::Class and run one method

Hi,

you can use Test::More Class for this stuff.

Or else you can use Test::Simple for this.

"Keep pouring your ideas"

Replies are listed 'Best First'.
Re^2: Test::Class and run one method
by adrianh (Chancellor) on Nov 04, 2005 at 11:09 UTC
    you can use Test::More Class for this stuff. Or else you can use Test::Simple for this.

    How exactly? Neither Test::More or Test::Simple provide any mechanisms for running small groups of tests. They rely on Test::Harness - which only runs tests at the granularity of a test script.