内容

名称

TAP::Formatter::File - 用于文件输出的测试套件输出委托

版本

版本 3.44

描述

这为 TAP::Harness 提供了面向文件的输出格式。

概要

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

open_test

参见 TAP::Formatter::Base