Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

CGI::Session::Test::Default

Name CGI::Session::Test::Default
Version 4.47
Located at /usr/local/share/perl5
File /usr/local/share/perl5/CGI/Session/Test/Default.pm
Is Core No
Search CPAN for this module CGI::Session::Test::Default
Documentation CGI::Session::Test::Default
Module Details CGI::Session::Test::Default

NAME

CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver

new()

    my $t = CGI::Session::Test::Default->new(
        # These are all optional, with default as follows
        dsn   => "driver:file",
        args  => undef,
        tests => 77,
    );

Create a new test object, possibly overriding some defaults.

number_of_tests()

    my $new_num = $t->number_of_tests($new_num);

A setter/accessor method to affect the number of tests to run, after new() has been called and before run().

run()

    $t->run();

Run the test suite. See new() for setting related options.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024