Manual Reference Pages  - CGI::Session::Test::Default (3)

CGI::Session::Test::Default

Run a suite of tests for a given CGI::Session::Driver

CONTENTS

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.

Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 CGI::Session::Test::Default (3) 2006-03-09
Generated by manServer 1.07 from /usr/share/man/man3/CGI::Session::Test::Default.3pm using man macros.