in reply to Re: Test::Class and run one method
in thread Test::Class and run one method
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.
|
|---|