The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TAP::Runner::Test - Runner test class

VERSION

version 0.005

DESCRIPTION

Test object used by TAP::Runner

MOOSE SUBTYPES

ArrayRef::TAP::Runner::Test

Coerce ArrayRef[HashRef] to ArrayRef[TAP::Runner::Option] Used by TAP::Runner

ATTRIBUTES

file Str

Test file to run ( required )

alias Str

Alias for tests ( by default used file name )

args ArrayRef

Arguments that will pass to all the tests

options ArrayRef[TAP::Runner::Option]

Array of TAP::Runner::Option used by test.

harness_tests ArrayRef[HashRef]

Array of hashes prepared for testing with TAP::Harness

HashRef -> { file: file.t, alias: 'Test alias', args: [] }

METHODS

get_parallel_rules

Rules for run tests in parallel

AUTHOR

Pavel R3VoLuT1OneR Zhytomirsky <r3volut1oner@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Pavel R3VoLuT1OneR Zhytomirsky.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.