HTTP-WebTest-2.04 > HTTP::WebTest::Plugin::Delay
名前¶
HTTP::WebTest::Plugin::Delay - Pause before running test
HTTP::WebTest::Plugin::Delay - テスト前に少し停止
概要¶
plugins = ( ::Delay )
test_name = Name
delay = 10
....
end_test
説明¶
This plugin module lets you specify pauses before running specific tests in the test sequence.
テストシーケンスの途中であるテストの実行前に多少時間をおくことが できるようになります.
テストパラメータ¶
delay¶
Duration of pause (in seconds) before running test.
テストを実行する前に停止する時間(秒単位で).
使用可能な値¶
Any number greater that zero.
0以降の数値
コピーライト¶
Copyright (c) 2002-2003 Duncan Cameron. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です.