HTTP-WebTest-2.04 > HTTP::WebTest::Plugin::HarnessReport
HTTP-WebTest-2.04

名前

HTTP::WebTest::Plugin::HarnessReport - Test::Harness compatible reports

HTTP::WebTest::Plugin::HarnessReport - Test::Harness 互換のレポート

概要

N/A

説明

This plugin creates reports that are compatible with Test::Harness. By default, this plugin is not loaded by HTTP::WebTest. To load it, use the global test parameter plugins. Internally this plugin uses Test::Builder module so it should be compatible with other testing libraries (like Test::More or Test::Differences). You should be able to intermix them freely in one test script.

このテストプラグインは Test::Harness と互換のある レポートを生成します. デフォルトではこのプラグインは HTTP::WebTest にロードされません. ロードするためには グローバルテストパラメータ plugins を使ってください. このプラグインは 内部で Test::Builder モジュールを使っているため, (Test::MoreTest::Differences といった)他のテストライブラリと互換性があります. 1つのテストスクリプト 中にこれらを自由に取り混ぜることができます.

Unless you want to get mix of outputs from the default report and this report (normally you don't want it), the default report plugin should be disabled. See parameter default_report (value no).

デフォルトレポートとこのレポートを織り交ぜて出力したいのでなければ デフォルトのレポートプラグインは無効にしておくべきでしょう. (それが 通常求めるものでしょう.) パラメータ default_report (の値 no) を参照してください.

Test parameters plugins and default_report are documented in HTTP::WebTest.

テストパラメータ plugins 及び default_reportHTTP::WebTest に記述されています.

See HTTP::WebTest::Cookbook for example.

HTTP::WebTest::Cookbook を参照してください.

テストパラメータ

None.

なし.

コピーライト

Copyright (c) 2001-2003 Ilya Martynov. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins

Test::Builder