=encoding utf8 =head1 NAME =begin original HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks =end original HTTP::WebTest::Plugin::ContentSizeTest - 応答本体のサイズをチェック =head1 SYNOPSIS =begin original Not Applicable =end original なし. =head1 DESCRIPTION =begin original This plugin tests the size the HTTP response content. =end original このプラグインでは HTTP 応答のコンテンツのサイズをテストすることができます. =head1 TEST PARAMETERS (テストパラメータ) =head2 min_bytes =begin original Minimum number of bytes expected in returned page. =end original 返されたページの予期される最小バイト数. =head3 Allowed values (使用可能な値) =begin original Any integer less than C (if C is specified). =end original C より小さい(C が指定されているとき)整数値. =head2 max_bytes =begin original Maximum number of bytes expected in returned page. =end original 返されたページの予期される最大バイト数. =head3 Allowed values (使用可能な値) =begin original Any integer greater that zero and greater than C (if C is specified). =end original 0 より大きいかつ 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