Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv10788/lib/HTTP/WebTest/Plugin
Modified Files:
Hooks.pm
Log Message:
Minor doc tweaks
Index: Hooks.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Hooks.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Hooks.pm 15 May 2002 19:27:53 -0000 1.6
--- Hooks.pm 17 May 2002 20:48:57 -0000 1.7
***************
*** 32,39 ****
This plugin module adds test parameters which values are evaluated at
! specific time of L<HTTP::WebTest> test run. It can be used to do some
! initialization before doing test request, to do some finalization when
! test response is received or to implement user defined tests without
! need to write separate plugin module.
=cut
--- 32,39 ----
This plugin module adds test parameters which values are evaluated at
! specific time of L<HTTP::WebTest|HTTP::WebTest> test run. It can be
! used to do some initialization before doing test request, to do some
! finalization when test response is received or to implement user
! defined tests without need to write separate plugin module.
=cut
***************
*** 51,65 ****
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
! 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
--- 51,65 ----
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
! 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
|