Linux SoftwareProgrammingLibrariesTest::Tester::CaptureRunner 0.103

Test::Tester::CaptureRunner 0.103



Developer:   Fergal Daly
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   14K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Test::Tester::CaptureRunner is a Perl module that provides help testing test modules built with Test::Builder.

SYNOPSIS

use Test::Tester tests => 6;

use Test::MyStyle;

check_test(
sub {
is_mystyle_eq("this", "that", "not eq");
},
{
ok => 0, # expect this to fail
name => "not eq",
diag => "Expected: 'this'nGot: 'that'",
}
);

or

use Test::Tester;

use Test::More tests => 3;
use Test::MyStyle;

my @results = run_tests(
sub {
is_database_alive("dbname");
},
{
ok => 1, # expect the test to pass
}
);

# now use Test::More::like to check the diagnostic output

like($result[1]->{diag}, "/^Database ping took d+ seconds$"/, "diag");

Requirements:
  • Perl
    tags use test  test tester  test more  test mystyle  

    Download Test::Tester::CaptureRunner 0.103


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/F/FD/FDALY/Test-Tester-0.103.tar.gz


    Authors software

    Exporter::Easy 0.16 (by Fergal Daly)
    Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols.

    SYNOPSIS

    In module YourModule.pm:
    package

    Code::Perl 0.03 (by Fergal Daly)
    Code::Perl is a Perl module to produce Perl code from a tree.

    SYNOPSIS

    use Code::Perl::Expr qw( :easy );

    my $c = derefh(

    Test::Tester::Capture 0.103 (by Fergal Daly)

    Test::Tester::CaptureRunner 0.103 (by Fergal Daly)


    Similar software

    Test::Tester::CaptureRunner 0.103 (by Fergal Daly)

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Test::Tester::Capture 0.103 (by Fergal Daly)

    PSA::Test::Builder 0.49_01 (by chromatic and Michael G Schwern)
    PSA::Test::Builder is a backend for building test libraries.

    SYNOPSIS

    package My::Test::Module;
    use PSA::Test::Builder;

    Test::Builder 0.64 (by chromatic and Michael G Schwern)
    Test::Builder is a backend for building test libraries.

    SYNOPSIS

    package My::Test::Module;
    use Test::Builder;
    require E

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    Test::Usage 0.07 (by Luc St-Louis)
    Test::Usage is a different approach to testing: selective, quieter, colorful.

    SYNOPSIS

    Let's say we are building module Foo.pm

    Test::Perl::Critic 0.07 (by Jeffrey Ryan Thalhammer)
    Test::Perl::Critic is a Perl module use Perl::Critic in test programs.

    SYNOPSIS

    use Test::Perl::Critic;

    critic_ok($file)

    Test::XML::Simple 0.09 (by Joe McMahon)
    Test::XML::Simple is an easy testing for XML.

    SYNOPSIS

    use Test::XML::Simple tests=>5;
    xml_valid $xml, "Is valid XML";

    Test::Chunks 0.39 (by Brian Ingerson)
    Test::Chunks is a Data Driven Testing Framework.

    NOTE - This module has been deprecated and replaced by Test::Base


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags