stas 2003/02/02 22:33:57 Modified: src/docs/general/testing testing.pod Log: add a section that pointers to other Apache::TestUtil methods Revision Changes Path 1.9 +9 -0 modperl-docs/src/docs/general/testing/testing.pod Index: testing.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- testing.pod 22 Jan 2003 06:59:42 -0000 1.8 +++ testing.pod 3 Feb 2003 06:33:57 -0000 1.9 @@ -2369,6 +2369,15 @@ plan(), ok() and other functions() will work correctly more than one test is running under the same interpreter. +=head2 Helper Functions + +C<Apache::TestUtil> provides several helper functions for writing +tests, such as: C<t_cmp()>, C<t_debug()>, C<t_append_file()>, +C<t_write_file()>, C<t_open_file()>, C<t_mkdir()>, C<t_rmtree()>, and +C<t_is_equal()>. See the +C<L<Apache::TestUtil|/docs::2.0::api::Apache::TestUtil> manpage for +more information. + =head2 Auto Configuration If the test is comprised only from the request part, you have to
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]