CGI::Session::Test::Default(3pm) | User Contributed Perl Documentation | CGI::Session::Test::Default(3pm) |
CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver
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.
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()".
$t->run();
Run the test suite. See "new()" for setting related options.
2022-06-10 | perl v5.34.0 |