{
    "mode": "perldoc",
    "parameter": "CGI::Session::Test::Default",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3ASession%3A%3ATest%3A%3ADefault/json",
    "generated": "2026-06-16T10:15:18Z",
    "sections": {
        "NAME": {
            "content": "CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver\n\nnew()\nmy $t = CGI::Session::Test::Default->new(\n# These are all optional, with default as follows\ndsn   => \"driver:file\",\nargs  => undef,\ntests => 77,\n);\n\nCreate a new test object, possibly overriding some defaults.\n\nnumberoftests()\nmy $newnum = $t->numberoftests($newnum);\n\nA setter/accessor method to affect the number of tests to run, after \"new()\" has been called and\nbefore \"run()\".\n\nrun()\n$t->run();\n\nRun the test suite. See \"new()\" for setting related options.\n",
            "subsections": []
        }
    },
    "summary": "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.  numberoftests() my $newnum = $t->numberoftests($newnum);  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.",
    "flags": [],
    "examples": [],
    "see_also": []
}