Test::TAP::Model::Consolidated - The unification of several L


Test-TAP-Model documentation  | view source Contained in the Test-TAP-Model distribution.

Index


NAME

Top

Test::TAP::Model::Consolidated - The unification of several Test::TAP::Model reports.

SYNOPSIS

Top

	use Test::TAP::Model::Consolidated;

	my $c = Test::TAP::Model::Consolidated->new(@models); # see Test::TAP::Model

	$c->ok; # all tests from all models are OK?

DESCRIPTION

Top

Test::TAP::Model::Consolidated is the same interface to Test::TAP::Model except that it provides an aggregate interface to result processing.

Using it with the Test::Harness::Straps kind of methods will not work.


Test-TAP-Model documentation  | view source Contained in the Test-TAP-Model distribution.