Shlomi Fish > Test-Run-TAP-Model-0.0100_01 > Test::Run::TAP::Model::Consolidated

Download:
Test-Run-TAP-Model-0.0100_01.tar.gz

Dependencies

Annotate this POD

Source  

NAME ^

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

SYNOPSIS ^

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

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

DESCRIPTION ^

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

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

syntax highlighting: