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::Class::Load 0.36

    Download button

    No screenshots available
    Downloads: 232  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Curtis Poe | More programs
    Perl Artistic License / FREE
    February 8th, 2008, 06:09 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Test::Class::Load description

    A Perl module to load Test::Class classes automatically.

    Test::Class::Load is a Perl module to load Test::Class classes automatically.

    Test::Class typically uses a helper script to load the test classes. It often looks something like this:

    #!/usr/bin/perl -T

    use strict;
    use warnings;

    use lib 't/tests';

    use MyTest::Foo;
    use MyTest::Foo::Bar;
    use MyTest::Foo::Baz;

    Test::Class->runtests;


    This causes a problem, though. When you're writing a test class, it's easy to forget to add it to the helper script. Then you run your huge test suite and see that all tests pass, even though you don't notice that it didn't run your new test class. Or you delete a test class and you forget to remove it from the helper script.

    Test::Class::Load automatically finds and loads your test classes for you. There is no longer a need to list them individually.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Test::Class loader | test classes | Perl module | Test | Perl | testing



    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