Query: test::reporter::transport::file
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::Reporter::Transport::File(3pm) User Contributed Perl Documentation Test::Reporter::Transport::File(3pm)NAMETest::Reporter::Transport::File - File transport for Test::ReporterVERSIONversion 1.58SYNOPSISmy $report = Test::Reporter->new( transport => 'File', transport_args => [ $dir ], );DESCRIPTIONThis 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();USAGESee Test::Reporter and Test::Reporter::Transport for general usage information. Transport Arguments $report->transport_args( $dir ); This transport class must have a writable directory as its argument.METHODSThese methods are only for internal use by Test::Reporter. new my $sender = Test::Reporter::Transport::File->new( $dir ); The "new" method is the object constructor. send $sender->send( $report ); The "send" method transmits the report.AUTHORSo Adam J. Foxson <afoxson@pobox.com> o David Golden <dagolden@cpan.org> o Kirrily "Skud" Robert <skud@cpan.org> o Ricardo Signes <rjbs@cpan.org> o Richard Soderberg <rsod@cpan.org> o Kurt Starsinic <Kurt.Starsinic@isinet.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 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. perl v5.12.4 2011-08-11 Test::Reporter::Transport::File(3pm)
Similar Topics in the Unix Linux Community |
---|
Test Print |
Renaming the File in UNIX |
Test |
File Report Generation |
Comparing two files and generating the report |