TAP::Formatter::File - Harness output delegate for file output


Test-Harness documentation  | view source Contained in the Test-Harness distribution.

Index


NAME

Top

TAP::Formatter::File - Harness output delegate for file output

VERSION

Top

Version 3.23

DESCRIPTION

Top

This provides file orientated output formatting for TAP::Harness.

SYNOPSIS

Top

 use TAP::Formatter::File;
 my $harness = TAP::Formatter::File->new( \%args );

open_test

See TAP::Formatter::base


Test-Harness documentation  | view source Contained in the Test-Harness distribution.