TAP::Formatter::File — Harness output delegate for file output
| Use Case | Command | Description |
|---|---|---|
| 📦 Create a file output formatter | my $formatter = TAP::Formatter::File->new( \%args ); |
Instantiate a new file formatter object for use with TAP::Harness |
| 🔗 Attach to harness | my $harness = TAP::Harness->new( { formatter => $formatter } ); |
Use the file formatter as the output delegate for a test harness |
| 📄 Open test output file | $formatter->open_test( $test, $parser ); |
Inherited from TAP::Formatter::Base; opens the output file for a test |
Version 3.43
This provides file orientated output formatting for TAP::Harness.
use TAP::Formatter::File;
my $harness = TAP::Formatter::File->new( \%args );
Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-22 22:37 @216.73.216.102
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)