-
-
27 Nov 2009 22:42:17 UTC
- Distribution: Test-System
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (37 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (25.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Pablo Fischer (pablo@pablo.com.mx).
- Dependencies
- Class::Factory
- File::Basename
- Moose
- TAP::Formatter::Console
- TAP::Formatter::HTML
- TAP::Harness
- Test::More
- YAML::Syck
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Test::System::Output::Factory - Factory class for building TAP formatters
DESCRIPTION
This module is part of Test::System and is used as a factory class for the TAP formats.
Usually this module gets called directly by Test::System but if you want to create the instance, modify it and then pass it to Test::System.
SYNOPSIS
use Test::System::Output::Factory; my $formatter = Test::System::Output::Factory->new('html'); $formatter->do_your_stuff();
Available formatters
html
Returns a TAP::Formatter::HTML instance
console
Returns a TAP::Formatter::Console instance
AUTHOR
Pablo Fischer, pablo@pablo.com.mx.
COPYRIGHT
Copyright (C) 2009 by Pablo Fischer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Test::System, copy and paste the appropriate command in to your terminal.
cpanm Test::System
perl -MCPAN -e shell install Test::System
For more information on module installation, please visit the detailed CPAN module installation guide.