GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Reporter::Transport::File(3) User Contributed Perl Documentation Test::Reporter::Transport::File(3)

Test::Reporter::Transport::File - File transport for Test::Reporter

version 1.62

    my $report = Test::Reporter->new(
        transport => 'File',
        transport_args => [ $dir ],
    );

This module saves a Test::Reporter report to the specified directory (using the "write" method from Test::Reporter.

This lets you save reports during offline operation. The files may later be uploaded using "Test::Reporter->read()".

    Test::Reporter->new->read( $file )->send();

See Test::Reporter and Test::Reporter::Transport for general usage information.

    $report->transport_args( $dir );

This transport class must have a writeable directory as its argument.

These methods are only for internal use by Test::Reporter.

    my $sender = Test::Reporter::Transport::File->new( $dir );

The "new" method is the object constructor.

    $sender->send( $report );

The "send" method transmits the report.

  • Adam J. Foxson <afoxson@pobox.com>
  • David Golden <dagolden@cpan.org>
  • Kirrily "Skud" Robert <skud@cpan.org>
  • Ricardo Signes <rjbs@cpan.org>
  • Richard Soderberg <rsod@cpan.org>
  • Kurt Starsinic <Kurt.Starsinic@isinet.com>

This software is copyright (c) 2015 by Authors and Contributors.

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

2015-04-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.