名前¶
Test::Unit::TestRunner - ユニットテストフレームワークのヘルパークラス
概要¶
use Test::Unit::TestRunner;
my $testrunner = Test::Unit::TestRunner->new();
$testrunner->start($my_test_class);
説明¶
This class is the test runner for the command line style use of the testing framework.
このクラスはコマンドライン形式でテスティングフレームワークを 用いるテストランナーです。
It is used by simple command line tools like the TestRunner.pl script provided.
TestRunner.pl スクリプトが提供しているようにシンプルな コマンドラインツールによって使われます。
The class needs one argument, which is the name of the class encapsulating the tests to be run.
このクラスは、実行されるテストをカプセルに包むクラス名である 1つの引数を必要とします。
オプション¶
- -wait
-
wait for user confirmation between tests
テストの間にユーザの確認を待ちます。
- -v
-
version info
バージョン情報
作者¶
Framework JUnit authored by Kent Beck and Erich Gamma.
Ported from Java to Perl by Christian Lemburg.
Copyright (c) 2000 Christian Lemburg, <lemburg@acm.org>.
All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Thanks go to the other PerlUnit framework people: Brian Ewins, Cayte Lindner, J.E. Fritz, Zhon Johansen.
SEE ALSO¶
For further examples, take a look at the framework self test collection (t::tlib::AllTests).
更なる例は、このフレームワーク自体のテスト(t::tlib::AllTests)を 見てください。
翻訳について¶
翻訳者:IWAI, Masaharu <iwaim.sub@gmail.com>
Perlドキュメント日本語訳 Project にて、 Perlモジュール、ドキュメントの翻訳を行っております。
L<http://sourceforge.jp/projects/perldocjp/>
L<http://www.freeml.com/ctrl/html/MLInfoForm/perldocjp@freeml.com>
L<http://perldoc.jp/>