=encoding utf8 =head1 NAME =begin original HTTP::WebTest::Plugin::TextMatchTest - Test the content of the HTTP response. =end original HTTP::WebTest::Plugin::TextMatchTest - HTTP レスポンスの内容をテストする =head1 SYNOPSIS =begin original Not Applicable =end original なし. =head1 DESCRIPTION =begin original This plugin supports test on the content of the HTTP response. You can test for the existence or non-existence of a literal string or a regular expression. =end original このプラグインは HTTP レスポンスの内容に対してのテストをサポートします. リテラル文字列や正規表現が存在することもしくは存在しないことをテストできます. =head1 TEST PARAMETERS (テストパラメータ) =head2 ignore_case =begin original Option to do case-insensitive string matching for C, C, C and C test parameters. =end original C, C, C 及び C テストパラメータで大文字小文字を区別しないマッチングを行うかどうかを 設定します. =head3 Allowed values (使用可能な値) C, C =head3 Default value (デフォルト値) C =head2 text_forbid =begin original List of text strings that are forbidden to exist in the returned page. =end original 返されたページの中に存在することを禁止するテキスト文字列のリスト. =begin original See also the C and C parameters. =end original C 及び C パラメータも参照してください. =head2 text_require =begin original List of text strings that are required to exist in the returned page. =end original 返されたページの中に存在することを要求するテキスト文字列のリスト. =begin original See also the C and C parameters. =end original C 及び C パラメータも参照してください. =head2 regex_forbid =begin original List of regular expressions that are forbidden to exist in the returned page. =end original 返されたページの中に存在することを禁止する正規表現のリスト. =begin original For more information, see L or see Programming Perl, 3rd edition, Chapter 5. =end original 詳細に関しては, L もしくはプログラミング言語 Perl 第3版 第5章 を参照してください. =begin original See also the C and C parameters. =end original C 及び C パラメータも参照してください. =head2 regex_require =begin original List of regular expressions that are required to exist in the returned page. =end original 返されたページの中に存在することを要求する正規表現のリスト. =begin original For more information, see L or see Programming Perl, 3rd edition, Chapter 5. =end original 詳細に関しては, L もしくはプログラミング言語 Perl 第3版 第5章 を参照してください. =begin original See also the C and C parameters. =end original C 及び C パラメータも参照してください. =head1 COPYRIGHT Copyright (c) 2000-2001 Richard Anderson. All rights reserved. Copyright (c) 2001-2003 Ilya Martynov. All rights reserved. =begin original This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =end original このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です. =head1 SEE ALSO L L L L