Test::Harness::Straps

Test::Harness::Straps is a Perl module that offers detailed analysis of test results.
Download

Test::Harness::Straps Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael G Schwern
  • Publisher web site:
  • http://search.cpan.org/~rosch/

Test::Harness::Straps Tags


Test::Harness::Straps Description

Test::Harness::Straps is a Perl module that offers detailed analysis of test results. Test::Harness::Straps is a Perl module that offers detailed analysis of test results.SYNOPSIS use Test::Harness::Straps; my $strap = Test::Harness::Straps->new; # Various ways to interpret a test my $results = $strap->analyze($name, @test_output); my $results = $strap->analyze_fh($name, $test_filehandle); my $results = $strap->analyze_file($test_file); # UNIMPLEMENTED my %total = $strap->total_results; # Altering the behavior of the strap UNIMPLEMENTED my $verbose_output = $strap->dump_verbose(); $strap->dump_verbose_fh($output_filehandle); Requirements: · Perl


Test::Harness::Straps Related Software