Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Test::Plan 0.03

    Download button

    No screenshots available
    Downloads: 389  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    8 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Geoffrey Young | More programs
    Perl Artistic License / FREE
    July 25th, 2008, 15:04 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Test::Plan description

    Test::Plan is a Perl module to add some intelligence to your test plan.

    Test::Plan is a Perl module to add some intelligence to your test plan.

    SYNOPSIS

    use Test::More;
    use Test::Plan;

    plan tests => 2, need_module('Foo::Bar');

    # ... do something that requires Foo::Bar in your test environment...

    ok($foo, 'this is Test::More::ok()');

    Test::Plan provides a convenient way of scheduling tests (or not) when the test environment has complex needs. it includes an alternate plan() function that is Test::Builder compliant, which means Test::Plan can be used alongside Test::More and other popular Test:: modules. it also includes a few helper functions specifically designed to be used with plan() to make test planning that much easier.

    in reality, there is nothing you can't do with this module that cannot be accomplished via the traditional skip_all. however, the syntax and convenient helper functions may appeal to some folks. in fact, if you are familiar with Apache-Test then you should feel right at home - the plan() syntax and associated helper functions are idential in almost all respects to what Apache::Test provides.

    so yes, there is lots of code duplication between this module and Apache::Test. but I like this syntax so much I wanted to share it with the non-Apache inspired world.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    test plan | Perl testing | Perl module | Perl | test | plan



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM