Test::Builder 0.64
Sponsored Links
Test::Builder 0.64 Ranking & Summary
File size:
0.069 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
1151
Date added:
2006-08-30
Publisher:
chromatic and Michael G Schwern
Test::Builder 0.64 description
Test::Builder is a backend for building test libraries.
SYNOPSIS
package My::Test::Module;
use Test::Builder;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(ok);
my $Test = Test::Builder->new;
$Test->output(my_logfile);
sub import {
my($self) = shift;
my $pack = caller;
$Test->exported_to($pack);
$Test->plan(@_);
$self->export_to_level(1, $self, ok);
}
sub ok {
my($test, $name) = @_;
$Test->ok($test, $name);
}
Test::Simple and Test::More have proven to be popular testing modules, but theyre not always flexible enough. Test::Builder provides the a building block upon which to write your own test libraries which can work together.
SYNOPSIS
package My::Test::Module;
use Test::Builder;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(ok);
my $Test = Test::Builder->new;
$Test->output(my_logfile);
sub import {
my($self) = shift;
my $pack = caller;
$Test->exported_to($pack);
$Test->plan(@_);
$self->export_to_level(1, $self, ok);
}
sub ok {
my($test, $name) = @_;
$Test->ok($test, $name);
}
Test::Simple and Test::More have proven to be popular testing modules, but theyre not always flexible enough. Test::Builder provides the a building block upon which to write your own test libraries which can work together.
Test::Builder 0.64 Screenshot
Test::Builder 0.64 Keywords
Builder 0.64
for building
test
libraries
building
backend
Test::Builder
TestBuilder
Test::Builder 0.64
Libraries
Programming
Bookmark Test::Builder 0.64
Test::Builder 0.64 Copyright
WareSeeker periodically updates pricing and software information of Test::Builder 0.64 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Test::Builder 0.64 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
Related Software
PSA::Test::Builder is a backend for building test libraries. Free Download
pwbuilder is a tool for building Slackware packages. Free Download
Perl::Dist::Builder is a Perl module to create win32 Perl installers. Free Download
Test::Deep is a Perl module for extremely flexible deep comparison. Free Download
OPEN BEXI HTML Builder is a WYSIWYG HTML editor. Free Download
Java Gui Builder it decouples your GUI building code from the rest of your application using XML. Free Download
Skypz Factory Builder v2.3 is a complete store system Free Download
Test::WWW::Simple is a Perl module to test Web applications using TAP. Free Download
Latest Software
Popular Software
Favourite Software