[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm.in,1.12,1.13
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-05-17 20:49:06
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv10788/lib/HTTP Modified Files: WebTest.pm.in Log Message: Minor doc tweaks Index: WebTest.pm.in =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** WebTest.pm.in 15 May 2002 19:30:01 -0000 1.12 --- WebTest.pm.in 17 May 2002 20:48:57 -0000 1.13 *************** *** 416,452 **** =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 --- 416,452 ---- =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 *************** *** 466,483 **** =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. --- 466,483 ---- =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. |