[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm,1.16,1.17
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-05-26 20:04:54
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv30334/lib/HTTP Modified Files: WebTest.pm Log Message: Fix links Index: WebTest.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** WebTest.pm 15 May 2002 19:30:38 -0000 1.16 --- WebTest.pm 26 May 2002 20:04:52 -0000 1.17 *************** *** 437,473 **** =over 4 ! =item L<HTTP::WebTest::Plugin::Apache> This plugin provides support for local web file test mode. ! =item L<HTTP::WebTest::Plugin::ContentSizeTest> This plugin provides size checks of HTTP response bodies. ! =item L<HTTP::WebTest::Plugin::Cookies> This plugin provides means to control sending and recieve cookies. ! =item L<HTTP::WebTest::Plugin::DefaultReport> Default test report plugin. ! =item L<HTTP::WebTest::Plugin::Loader> This plugin allows to load external plugin modules. ! =item L<HTTP::WebTest::Plugin::ResponseTimeTest> This plugin provides support for response time tests. ! =item L<HTTP::WebTest::Plugin::SetRequest> This plugin initializes test HTTP requests. ! =item L<HTTP::WebTest::Plugin::StatusTest> This plugin checks HTTP response statuses. ! =item L<HTTP::WebTest::Plugin::TextMatchTest> This plugin provides test parameters which allow to check body of HTTP --- 437,473 ---- =over 4 ! =item L<HTTP::WebTest::Plugin::Apache|HTTP::WebTest::Plugin::Apache> This plugin provides support for local web file test mode. ! =item L<HTTP::WebTest::Plugin::ContentSizeTest|HTTP::WebTest::Plugin::ContentSizeTest> This plugin provides size checks of HTTP response bodies. ! =item L<HTTP::WebTest::Plugin::Cookies|HTTP::WebTest::Plugin::Cookies> This plugin provides means to control sending and recieve cookies. ! =item L<HTTP::WebTest::Plugin::DefaultReport|HTTP::WebTest::Plugin::DefaultReport> Default test report plugin. ! =item L<HTTP::WebTest::Plugin::Loader|HTTP::WebTest::Plugin::Loader> This plugin allows to load external plugin modules. ! =item L<HTTP::WebTest::Plugin::ResponseTimeTest|HTTP::WebTest::Plugin::ResponseTimeTest> This plugin provides support for response time tests. ! =item L<HTTP::WebTest::Plugin::SetRequest|HTTP::WebTest::Plugin::SetRequest> This plugin initializes test HTTP requests. ! =item L<HTTP::WebTest::Plugin::StatusTest|HTTP::WebTest::Plugin::StatusTest> This plugin checks HTTP response statuses. ! =item L<HTTP::WebTest::Plugin::TextMatchTest|HTTP::WebTest::Plugin::TextMatchTest> This plugin provides test parameters which allow to check body of HTTP *************** *** 487,504 **** =over 4 ! =item L<HTTP::WebTest::Plugin::Click> This plugin allows to use names of links and button on HTML pages to build test requests. ! =item L<HTTP::WebTest::Plugin::HarnessReport> This report plugin can generate L<Test::Harness|Test::Harness> compatible test reports. ! =item L<HTTP::WebTest::Plugin::Hooks> This plugin allows to define callback test parameters which are ! evaluated at specific time of L<HTTP::WebTest> test run. These test parameters can define user-defined checks. --- 487,504 ---- =over 4 ! =item L<HTTP::WebTest::Plugin::Click|HTTP::WebTest::Plugin::Click> This plugin allows to use names of links and button on HTML pages to build test requests. ! =item L<HTTP::WebTest::Plugin::HarnessReport|HTTP::WebTest::Plugin::HarnessReport> This report plugin can generate L<Test::Harness|Test::Harness> compatible test reports. ! =item L<HTTP::WebTest::Plugin::Hooks|HTTP::WebTest::Plugin::Hooks> This plugin allows to define callback test parameters which are ! evaluated at specific time of C<HTTP::WebTest> test run. These test parameters can define user-defined checks. *************** *** 1043,1048 **** Value of this test parameter is ignored. However it is evaluted ! before L<HTTP::WebTest> does a request to web page so it is useful to ! do some initalization before the request. =head2 on_response --- 1043,1048 ---- Value of this test parameter is ignored. However it is evaluted ! before test request to web page is done so it is useful to do some ! initalization before the request. =head2 on_response *************** *** 1050,1059 **** I<NON-CORE PARAMETER> from L<HTTP::WebTest::Plugin::Hooks> ! This is list parameter which is treated as test result. It is ! evaluted when L<HTTP::WebTest> gets a response for the test request. It can be useful to define custom tests without writting new plugins ! and/or it can be useful to run some code when L<HTTP::WebTest> got ! some a response for the test request. =head3 Allowed values --- 1050,1059 ---- I<NON-CORE PARAMETER> from L<HTTP::WebTest::Plugin::Hooks> ! This is a list parameter which is treated as test result. It is ! evaluted when response for the test request is received. It can be useful to define custom tests without writting new plugins ! and/or it can be useful to run some code when response for the test ! request is received. =head3 Allowed values |