Test::Run::Plugin::ColorFileVerdicts is a Perl module to make the file verdict ("ok", "NOT OK") colorful.
SYNOPSIS
package MyTestRun;
use vars qw(@ISA);
@ISA = (qw(Test::Run::Plugin::ColorFileVerdicts Test::Run::Obj));
my $tester = MyTestRun->new(
{
test_files =>
[
"t/sample-tests/one-ok.t",
"t/sample-tests/several-oks.t"
],
}
);
$tester->runtests();
METHODS
$self->private_canon_failed_obj_plugins()
A method that specifies the extra plugins for the CanonFailedObj helper object. Required by the pluggable helper semantics.
Product's homepage
Requirements:
· Perl