in reply to Running specific test cases with Test::Class
use Example::Module1; $ENV{TEST_METHOD} = 't001'; use Example::Module2; $ENV{TEST_METHOD} = 't002'; Test::Class->runtests;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running specific test cases with Test::Class
by mkhan (Sexton) on Aug 16, 2011 at 18:01 UTC | |
by Khen1950fx (Canon) on Aug 16, 2011 at 21:15 UTC | |
by mkhan (Sexton) on Aug 16, 2011 at 21:21 UTC |