The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:CGI-Test TOKAREV"

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page - Abstract represention of an HTTP reply content River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Page" class is deferred. It is an abstract representation of an HTTP reply content, which would be displayed on a browser, as a page. It does not necessarily hold HTML content. Here is an outline of the class hierarchy tree, with the ...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input - Abstract representation of POST input River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Input" class is deferred. It is an abstract representation of HTTP POST request input, as expected by the "POST" routine of "CGI::Test". Unless you wish to issue a "POST" request manually to provide carefully crafted input, you do not...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form - Querying interface to CGI form widgets River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Form" class provides an interface to the content of the CGI forms. Instances are automatically created by "CGI::Test" when it analyzes an HTML output from a GET/POST request and encounters such beasts. This class is really the basis o...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Text - A text page reply River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing "text/plain" data. Its interface is the same as the one described in CGI::Test::Page::Real....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::HTML - A HTML page reply River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing "text/html" data. When testing CGI scripts, this is usually what one gets back....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded River stage one • 4 direct dependents • 8 total dependents

This class represents the input for HTTP POST requests, encoded as "application/x-www-form-urlencoded". Please see CGI::Test::Input for interface details....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Other - A real page, but neither text nor HTML River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing neither "text/hmtl" nor "text/plain" data. Its interface is the same as the one described in CGI::Test::Page::Real....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Error - An HTTP error page River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP error page. Its interface is the same as the one described in CGI::Test::Page....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Real - Abstract representation of a real page River stage one • 4 direct dependents • 8 total dependents

This class is the representation of a real page, i.e. something physically returned by the server and which is not an error....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Group - Records groups of box-type widgets River stage one • 4 direct dependents • 8 total dependents

This class is a container for box-type widgets, i.e. radio buttons and checkboxes, which may be groupped by name. It can be queried to easily retrieve widgets belonging to a group, or to get all the group names. It is also used internally by "CGI::Te...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input::Multipart - POST input encoded as multipart/form-data River stage one • 4 direct dependents • 8 total dependents

This class represents the input for HTTP POST requests, encoded as "multipart/form-data". Please see CGI::Test::Input for interface details....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget - Ancestor of all form widget classes River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Form::Widget" class is deferred. It is an abstract representation of a <FORM> widget, i.e. a graphical control element like a popup menu or a submit button. Here is an outline of the class hierarchy tree, with the leading "CGI::Test::...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Box - Abstract representation of a tickable box River stage one • 4 direct dependents • 8 total dependents

This class is the abstract representation of a tickable box, i.e. a radio button or a checkbox. To simulate user checking or un-checking on a box, use the "check()" and "uncheck()" routines, as described below....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Hidden - A hidden field River stage one • 4 direct dependents • 8 total dependents

This class represents a hidden field, which is meant to be resent as-is upon submit. Such a widget is therefore read-only. The interface is the same as the one described in CGI::Test::Form::Widget....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Menu - Abstract representation of a menu River stage one • 4 direct dependents • 8 total dependents

This class is the abstract representation of a menu from which one can choose one or several items, i.e. either a popup menu or a scrollable list (with possibly multiple selections). There is an interface to query the selected items, get at the prese...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Input - Abstract representation of an input field River stage one • 4 direct dependents • 8 total dependents

This class is the abstract representation of a text input field, i.e. a text field, a password field, a file upload field or a text area. To simulate user input in those fields, there are a set of routines to "prepend()", "append()", "replace()", "cl...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Button - Abstract representation of a button River stage one • 4 direct dependents • 8 total dependents

This class is the abstract representation of a button, i.e. a submit button, an image button, a reset button or a plain button. Pressing a button is achieved by calling "press()" on it, which returns a new page, as a "CGI::Test::Page" object, or "und...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Menu::List - A scrolling list menu River stage one • 4 direct dependents • 8 total dependents

This class models a scrolling list menu, from which items may be selected and unselected....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget::Box::Check - A checkbox widget River stage one • 4 direct dependents • 8 total dependents

This class represents a checkbox widget, which may be checked or unchecked at will by users. The interface is the same as the one described in CGI::Test::Form::Widget::Box....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC
30 results (0.027 seconds)