ktats****@users*****
ktats****@users*****
2011年 1月 27日 (木) 01:58:25 JST
Index: docs/modules/Test-Simple-0.96/lib/Test/More.pod diff -u docs/modules/Test-Simple-0.96/lib/Test/More.pod:1.1 docs/modules/Test-Simple-0.96/lib/Test/More.pod:1.2 --- docs/modules/Test-Simple-0.96/lib/Test/More.pod:1.1 Wed Jan 26 15:08:26 2011 +++ docs/modules/Test-Simple-0.96/lib/Test/More.pod Thu Jan 27 01:58:25 2011 @@ -1,10 +1,10 @@ =encoding utf8 -=head1 名前 +=head1 åå -Test::More - テストを書くためのもう一つのフレームワーク +Test::More - ãã¹ããæ¸ãããã®ããä¸ã¤ã®ãã¬ã¼ã ã¯ã¼ã¯ -=head1 概要 +=head1 æ¦è¦ use Test::More tests => 23; # or @@ -15,13 +15,13 @@ BEGIN { use_ok( 'Some::Module' ); } require_ok( 'Some::Module' ); - # 「ok」と示すためのさまざまな方法 + # ãokãã¨ç¤ºãããã®ãã¾ãã¾ãªæ¹æ³ ok($got eq $expected, $test_name); is ($got, $expected, $test_name); isnt($got, $expected, $test_name); - # STDERR に出力するよりも "# here's what went wrong\n" + # STDERR ã«åºåããããã "# here's what went wrong\n" diag("here's what went wrong"); like ($got, qr/expected/, $test_name); @@ -57,14 +57,14 @@ my @status = Test::More::status; -=head1 説明 +=head1 説æ B<STOP!> If you're just getting started writing tests, have a look at L<Test::Simple> first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. -B<待った!>もし、今初めて、テストを書こうとしているのなら、Test::Simpleをまず見てください。 -Test::Moreは、基本的なテストのコツを得て、置き換え可能なTest::Simpleの差込式の置換です。 +B<å¾ ã£ã!>ãããä»åãã¦ããã¹ããæ¸ããã¨ãã¦ããã®ãªããTest::Simpleãã¾ãè¦ã¦ãã ããã +Test::Moreã¯ãåºæ¬çãªãã¹ãã®ã³ããå¾ã¦ãç½®ãæãå¯è½ãªTest::Simpleã®å·®è¾¼å¼ã®ç½®æã§ãã The purpose of this module is to provide a wide range of testing @@ -73,23 +73,23 @@ data structures. While you can do almost anything with a simple C<ok()> function, it doesn't provide good diagnostic output. -このモジュールの目的は、大幅なテストユーティリティを提供することです。 -よりよい診断で「ok」と示す方法を用意したり、テストを簡単にスキップしたり、 -将来的な実装をテストしたり、複雑なデータ構造を比較したりする様々な機能があります。 -単純なC<ok()>関数でほとんど全てのことが出来ますが、C<ok()>関数は、良い診断出力を提供しません。 +ãã®ã¢ã¸ã¥ã¼ã«ã®ç®çã¯ãå¤§å¹ ãªãã¹ãã¦ã¼ãã£ãªãã£ãæä¾ãããã¨ã§ãã +ãããã診æã§ãokãã¨ç¤ºãæ¹æ³ãç¨æãããããã¹ããç°¡åã«ã¹ããããããã +å°æ¥çãªå®è£ ããã¹ãããããè¤éãªãã¼ã¿æ§é ãæ¯è¼ãããããæ§ã ãªæ©è½ãããã¾ãã +åç´ãªC<ok()>é¢æ°ã§ã»ã¨ãã©å ¨ã¦ã®ãã¨ãåºæ¥ã¾ãããC<ok()>é¢æ°ã¯ãè¯ã診æåºåãæä¾ãã¾ããã -=head2 計画が一緒に来るなら、それを大事にする +=head2 è¨ç»ãä¸ç·ã«æ¥ããªããããã大äºã«ãã Before anything else, you need a testing plan. This basically declares how many tests your script is going to run to protect against premature failure. -他の何より前に、テストの計画が必要です。 -scriptが行おうとしているテストがいくつであるかというこの基本的な宣言は、原始的な失敗に対する保護になります。 +ä»ã®ä½ããåã«ããã¹ãã®è¨ç»ãå¿ è¦ã§ãã +scriptãè¡ããã¨ãã¦ãããã¹ããããã¤ã§ãããã¨ãããã®åºæ¬çãªå®£è¨ã¯ãåå§çãªå¤±æã«å¯¾ããä¿è·ã«ãªãã¾ãã The preferred way to do this is to declare a plan when you C<use Test::More>. -この保護を行う好ましい方法は、C<use Test::More> を書く時に、計画を宣言することです。 +ãã®ä¿è·ãè¡ã好ã¾ããæ¹æ³ã¯ãC<use Test::More> ãæ¸ãæã«ãè¨ç»ã宣è¨ãããã¨ã§ãã use Test::More tests => 23; @@ -97,8 +97,8 @@ script is going to run. In this case, you can declare your tests at the end. -scriptが行おうとしているテストがいくつあるかを事前に知らないような、まれなケースがあります。 -こういうケースでは、最後にテストを宣言することができます。 +scriptãè¡ããã¨ãã¦ãããã¹ããããã¤ããããäºåã«ç¥ããªããããªãã¾ããªã±ã¼ã¹ãããã¾ãã +ããããã±ã¼ã¹ã§ã¯ãæå¾ã«ãã¹ãã宣è¨ãããã¨ãã§ãã¾ãã use Test::More; @@ -111,12 +111,12 @@ difficult to calculate. In which case you can leave off $number_of_tests_run. -いくつのテストが実行されるか本当に分からない時や、計算するのが大変な時に使えます。 -そのようなケースでは、$number_of_tests_runを省くこともできます。 +ããã¤ã®ãã¹ããå®è¡ããããæ¬å½ã«åãããªãæããè¨ç®ããã®ã大å¤ãªæã«ä½¿ãã¾ãã +ãã®ãããªã±ã¼ã¹ã§ã¯ã$number_of_tests_runãçããã¨ãã§ãã¾ãã In some cases, you'll want to completely skip an entire testing script. -いくつかのケースでは、あるテストscript全てを完全にスキップしたいでしょう。 +ããã¤ãã®ã±ã¼ã¹ã§ã¯ããããã¹ãscriptå ¨ã¦ãå®å ¨ã«ã¹ããããããã§ãããã use Test::More skip_all => $skip_reason; @@ -124,31 +124,31 @@ exit immediately with a zero (success). See L<Test::Harness> for details. -scriptが、なぜスキップするのかの理由を宣言すると、即座に0(成功)で終了します。 -詳細についてはL<Test::Harness>をみてください。 +scriptãããªãã¹ãããããã®ãã®çç±ã宣è¨ããã¨ãå³åº§ã«0(æå)ã§çµäºãã¾ãã +詳細ã«ã¤ãã¦ã¯L<Test::Harness>ãã¿ã¦ãã ããã If you want to control what functions Test::More will export, you have to use the 'import' option. For example, to import everything but 'fail', you'd do: -Test::Moreがエクスポートする関数をコントロールしたければ、 -'import'オプションを使う必要があります。 -たとえば、'fail'を除いて、全てをインポートしたいなら、次のようにします: +Test::Moreãã¨ã¯ã¹ãã¼ãããé¢æ°ãã³ã³ããã¼ã«ããããã°ã +'import'ãªãã·ã§ã³ã使ãå¿ è¦ãããã¾ãã +ãã¨ãã°ã'fail'ãé¤ãã¦ãå ¨ã¦ãã¤ã³ãã¼ãããããªãã次ã®ããã«ãã¾ãï¼ use Test::More tests => 23, import => ['!fail']; Alternatively, you can use the plan() function. Useful for when you have to calculate the number of tests. -代わりに、plan() 関数を使うことが出来ます。 -テストの数を計算しなければならないなら、有益です。 +代ããã«ãplan() é¢æ°ã使ããã¨ãåºæ¥ã¾ãã +ãã¹ãã®æ°ãè¨ç®ããªããã°ãªããªããªããæçã§ãã use Test::More; plan tests => keys %Stuff * 3; or for deciding between running the tests at all: -または、テストを走らせている間に決めるためには: +ã¾ãã¯ããã¹ããèµ°ããã¦ããéã«æ±ºããããã«ã¯ï¼ use Test::More; if( $^O eq 'MacOS' ) { @@ -170,8 +170,8 @@ If you don't know how many tests you're going to run, you can issue the plan when you're done running tests. -実行しようとしているテストがいくつかわからない場合、テストの実行を終えたときに -計画を発表すすることができます。 +å®è¡ãããã¨ãã¦ãããã¹ããããã¤ãããããªãå ´åããã¹ãã®å®è¡ãçµããã¨ãã« +è¨ç»ãçºè¡¨ããããã¨ãã§ãã¾ãã $number_of_tests is the same as plan(), it's the number of tests you @@ -179,35 +179,35 @@ you ran doesn't matter, just the fact that your tests ran to conclusion. -$number_of_tests は、plan()と同じです。実行しようとしているテストの数です。 -これを省略することもできます。その場合、テストの数は問題にしません。 -最後までテストが実行されたかを問題にします。 +$number_of_tests ã¯ãplan()ã¨åãã§ããå®è¡ãããã¨ãã¦ãããã¹ãã®æ°ã§ãã +ãããçç¥ãããã¨ãã§ãã¾ãããã®å ´åããã¹ãã®æ°ã¯åé¡ã«ãã¾ããã +æå¾ã¾ã§ãã¹ããå®è¡ãããããåé¡ã«ãã¾ãã This is safer than and replaces the "no_plan" plan. -"no_plan"な計画より安全で、"no_plan"を置き換えるものです。 +"no_plan"ãªè¨ç»ããå®å ¨ã§ã"no_plan"ãç½®ãæãããã®ã§ãã =back =cut -=head2 テストの名前 +=head2 ãã¹ãã®åå By convention, each test is assigned a number in order. This is largely done automatically for you. However, it's often very useful to assign a name to each test. Which would you rather see: -便宜のために、それぞれのテストは、順番に番号が割り振られています。 -これは、主に自動的に行われます。ですが、テストに名前を割り当てると、 -とても有益なことがよくあります。どちらがよいでしょうか: +便å®ã®ããã«ãããããã®ãã¹ãã¯ãé çªã«çªå·ãå²ãæ¯ããã¦ãã¾ãã +ããã¯ã主ã«èªåçã«è¡ããã¾ããã§ããããã¹ãã«ååãå²ãå½ã¦ãã¨ã +ã¨ã¦ãæçãªãã¨ãããããã¾ããã©ã¡ããããã§ãããã: ok 4 not ok 5 ok 6 -というのと、 +ã¨ããã®ã¨ã ok 4 - basic multi-variable not ok 5 - simple exponential @@ -217,14 +217,14 @@ to find the test in your script, simply search for "simple exponential". -後者は、何が失敗したかの手がかりを与えてくれます。 -また、script中のテストを見つけやすくなり、「簡単な指数関数」を楽に探せます。 +å¾è ã¯ãä½ã失æãããã®æããããä¸ãã¦ããã¾ãã +ã¾ããscriptä¸ã®ãã¹ããè¦ã¤ãããããªãããç°¡åãªææ°é¢æ°ãã楽ã«æ¢ãã¾ãã All test functions take a name argument. It's optional, but highly suggested that you use it. -全てのテストの関数は、名前を引数にとります。名前の引数は、オプショナルではありますが、 -使うことが強く推奨されています。 +å ¨ã¦ã®ãã¹ãã®é¢æ°ã¯ãååãå¼æ°ã«ã¨ãã¾ããååã®å¼æ°ã¯ããªãã·ã§ãã«ã§ã¯ããã¾ããã +使ããã¨ãå¼·ãæ¨å¥¨ããã¦ãã¾ãã =head2 I'm ok, you're not ok. @@ -232,15 +232,15 @@ ok #" depending on if a given test succeeded or failed. Everything else is just gravy. -このモジュールの基本的な目的は、与えたテストが、失敗したか、成功したかで、 -「ok 番号」か、「not ok 番号」のどちらかを出力することです。他の全ては、ただのおまけです。 +ãã®ã¢ã¸ã¥ã¼ã«ã®åºæ¬çãªç®çã¯ãä¸ãããã¹ããã失æããããæåãããã§ã +ãok çªå·ããããnot ok çªå·ãã®ã©ã¡ãããåºåãããã¨ã§ããä»ã®å ¨ã¦ã¯ããã ã®ãã¾ãã§ãã All of the following print "ok" or "not ok" depending on if the test succeeded or failed. They all also return true or false, respectively. -この下に書いているものは全て、テストが成功したか失敗したかどうかによって、「ok」か「not ok」を表示します。 -それらは、全て、それぞれ真か偽を返します。 +ãã®ä¸ã«æ¸ãã¦ãããã®ã¯å ¨ã¦ããã¹ããæåããã失æãããã©ããã«ãã£ã¦ããokãããnot okãã表示ãã¾ãã +ãããã¯ãå ¨ã¦ãããããçãå½ãè¿ãã¾ãã =over 4 @@ -252,32 +252,32 @@ simple example) and uses that to determine if the test succeeded or failed. A true expression passes, a false one fails. Very simple. -これは単純に、どんな式も評価します(C<$got eq $expected>はただの簡単な例です)。 -そして、テストが成功したかどうかを決めるのに使います。 -真の式は合格し、偽の式は失敗です。とても簡単です。 +ããã¯åç´ã«ãã©ããªå¼ãè©ä¾¡ãã¾ã(C<$got eq $expected>ã¯ãã ã®ç°¡åãªä¾ã§ã)ã +ããã¦ããã¹ããæåãããã©ããã決ããã®ã«ä½¿ãã¾ãã +çã®å¼ã¯åæ ¼ããå½ã®å¼ã¯å¤±æã§ããã¨ã¦ãç°¡åã§ãã -たとえば: +ãã¨ãã°: ok( $exp{9} == 81, 'simple exponential' ); ok( Film->can('db_Main'), 'set_db()' ); ok( $p->tests == 4, 'saw tests' ); ok( !grep !defined $_, @items, 'items populated' ); -(覚えかた: "This is ok.") +(è¦ããã: "This is ok.") $test_name is a very short description of the test that will be printed out. It makes it very easy to find a test in your script when it fails and gives others an idea of your intentions. $test_name is optional, but we B<very> strongly encourage its use. -C<$test_name>は、とても短いテストの説明で、実行時に出力されます。 -$test_nameは、テストが失敗した場合に、script中のテストをとても見つけやすくします。 -それに、他の人に、あなたの意図する考えを伝えます。$test_nameは、は、オプショナルですが、 -使うことが強く勧められています。 +C<$test_name>ã¯ãã¨ã¦ãçããã¹ãã®èª¬æã§ãå®è¡æã«åºåããã¾ãã +$test_nameã¯ããã¹ãã失æããå ´åã«ãscriptä¸ã®ãã¹ããã¨ã¦ãè¦ã¤ãããããã¾ãã +ããã«ãä»ã®äººã«ãããªãã®æå³ããèããä¼ãã¾ãã$test_nameã¯ãã¯ããªãã·ã§ãã«ã§ããã +使ããã¨ãå¼·ãå§ãããã¦ãã¾ãã Should an ok() fail, it will produce some diagnostics: -万一、ok()が失敗した場合、ちょっとした診断を提供します: +ä¸ä¸ãok()ã失æããå ´åãã¡ãã£ã¨ãã診æãæä¾ãã¾ã: not ok 18 - sufficient mucus # Failed test 'sufficient mucus' @@ -285,7 +285,7 @@ This is the same as Test::Simple's ok() routine. -これは、Test::SimpleのC<ok()> ルーチンと同じです。 +ããã¯ãTest::Simpleã®C<ok()> ã«ã¼ãã³ã¨åãã§ãã =item B<is> @@ -298,8 +298,8 @@ with C<eq> and C<ne> respectively and use the result of that to determine if the test succeeded or failed. So these: -ok() と is() と isnt() の類似点は、二つの引数をそれぞれC<eq> と C<ne>で比較し、 -その結果を使って、テストが成功したか、失敗したかを決めることです。それで、これらは: +ok() 㨠is() 㨠isnt() ã®é¡ä¼¼ç¹ã¯ãäºã¤ã®å¼æ°ãããããC<eq> 㨠C<ne>ã§æ¯è¼ãã +ãã®çµæã使ã£ã¦ããã¹ããæåãããã失æãããã決ãããã¨ã§ããããã§ããããã¯ï¼ # Is the ultimate answer 42? is( ultimate_answer(), 42, "Meaning of Life" ); @@ -307,29 +307,29 @@ # $foo isn't empty isnt( $foo, '', "Got some foo" ); -次と似ています: +次ã¨ä¼¼ã¦ãã¾ã: ok( ultimate_answer() eq 42, "Meaning of Life" ); ok( $foo ne '', "Got some foo" ); -(覚えかた: "This is that." "This isn't that.") +(è¦ããã: "This is that." "This isn't that.") So why use these? They produce better diagnostics on failure. ok() cannot know what you are testing for (beyond the name), but is() and isnt() know what the test was and why it failed. For example this test: -どうしてこれらを使うのでしょう? is() と isnt() は、失敗に関して、よりよい診断をだします。 -ok()は、(名前以上には)何のためにテストをしているのか知ることが出来ませんが、 -is()とisnt()は、テストが何で、テストがなぜ失敗したかを知っています。 -たとえばこのテスト: +ã©ããã¦ãããã使ãã®ã§ãããï¼ is() 㨠isnt() ã¯ã失æã«é¢ãã¦ããããã診æãã ãã¾ãã +ok()ã¯ã(åå以ä¸ã«ã¯)ä½ã®ããã«ãã¹ãããã¦ããã®ãç¥ããã¨ãåºæ¥ã¾ãããã +is()ã¨isnt()ã¯ããã¹ããä½ã§ããã¹ãããªã失æããããç¥ã£ã¦ãã¾ãã +ãã¨ãã°ãã®ãã¹ãï¼ my $foo = 'waffle'; my $bar = 'yarblokos'; is( $foo, $bar, 'Is foo the same as bar?' ); Will produce something like this: -このようなものを出力します: +ãã®ãããªãã®ãåºåãã¾ã: not ok 17 - Is foo the same as bar? # Failed test 'Is foo the same as bar?' @@ -339,15 +339,15 @@ So you can figure out what went wrong without rerunning the test. -これで、テストを再度走らせずに何が間違ったのか、判断できます。 +ããã§ããã¹ããå度走ãããã«ä½ãééã£ãã®ããå¤æã§ãã¾ãã You are encouraged to use is() and isnt() over ok() where possible, however do not be tempted to use them to find out if something is true or false! -可能なら、is() と isnt()をok()の代わりに使うことを勧めます。 -ですが、何かが、真であるか偽であるかを見つけ出すために、 -is() と isnt() を使おうとしてはいけません! +å¯è½ãªããis() 㨠isnt()ãok()ã®ä»£ããã«ä½¿ããã¨ãå§ãã¾ãã +ã§ãããä½ãããçã§ãããå½ã§ããããè¦ã¤ãåºãããã«ã +is() 㨠isnt() ã使ããã¨ãã¦ã¯ããã¾ãã! # XXX BAD! is( exists $brooklyn{tree}, 1, 'A tree grows in Brooklyn' ); @@ -356,9 +356,9 @@ it returns 1. Very different. Similar caveats exist for false and 0. In these cases, use ok(). -このコードは、C<exsits $brooklyn{tree}> が真であるかどうかをチェックしません。 -このコードは、1を返すかどうかをチェックします。これらはまったく違います。 -似たような警告は、偽 と 0 にも在ります。こういうケースでは、ok() を使います。 +ãã®ã³ã¼ãã¯ãC<exsits $brooklyn{tree}> ãçã§ãããã©ããããã§ãã¯ãã¾ããã +ãã®ã³ã¼ãã¯ã1ãè¿ããã©ããããã§ãã¯ãã¾ãããããã¯ã¾ã£ããéãã¾ãã +ä¼¼ããããªè¦åã¯ãå½ ã¨ 0 ã«ãå¨ãã¾ããããããã±ã¼ã¹ã§ã¯ãok() ã使ãã¾ãã ok( exists $brooklyn{tree}, 'A tree grows in Brooklyn' ); @@ -366,9 +366,9 @@ are cases when you cannot say much more about a value than that it is different from some other value: -単純に isnt() を呼び出すのは、普通、強いテストを提供しません。 -値について他の値から違っていることより値について言えないような時に、 -適しています。 +åç´ã« isnt() ãå¼ã³åºãã®ã¯ãæ®éãå¼·ããã¹ããæä¾ãã¾ããã +å¤ã«ã¤ãã¦ä»ã®å¤ããéã£ã¦ãããã¨ããå¤ã«ã¤ãã¦è¨ããªããããªæã«ã +é©ãã¦ãã¾ãã new_ok $obj, "Foo"; @@ -381,8 +381,8 @@ For those grammatical pedants out there, there's an C<isn't()> function which is an alias of isnt(). -文法学者ぶる人のために、書いておくと、C<isn't()> 関数は isnt()関数の -エイリアスとして存在してます。 +ææ³å¦è ã¶ã人ã®ããã«ãæ¸ãã¦ããã¨ãC<isn't()> é¢æ°ã¯ isnt()é¢æ°ã® +ã¨ã¤ãªã¢ã¹ã¨ãã¦åå¨ãã¦ã¾ãã =item B<like> @@ -390,38 +390,38 @@ Similar to ok(), like() matches $got against the regex C<qr/expected/>. -ok() と似ていますが、like() は、 引数の$gotを正規表現のC<qr/expected/>にマッチさせます。 +ok() ã¨ä¼¼ã¦ãã¾ãããlike() ã¯ã å¼æ°ã®$gotãæ£è¦è¡¨ç¾ã®C<qr/expected/>ã«ãããããã¾ãã -このように: +ãã®ããã«: like($got, qr/expected/, 'this is like that'); -これは、次と似ています: +ããã¯ã次ã¨ä¼¼ã¦ãã¾ã: ok( $got =~ /expected/, 'this is like that'); -(覚えかた "This is like that".) +(è¦ããã "This is like that".) The second argument is a regular expression. It may be given as a regex reference (i.e. C<qr//>) or (for better compatibility with older perls) as a string that looks like a regex (alternative delimiters are currently not supported): -二番目の引数は正規表現です。正規表現のリファレンス -(たとえば、C<qr//>)や、(古いPerlと、より互換性を持たせるなら) -正規表現に見える文字列(二者択一の区切りは、現在サポートされていません)として与えられます。 +äºçªç®ã®å¼æ°ã¯æ£è¦è¡¨ç¾ã§ããæ£è¦è¡¨ç¾ã®ãªãã¡ã¬ã³ã¹ +(ãã¨ãã°ãC<qr//>)ãã(å¤ãPerlã¨ãããäºææ§ãæããããªã) +æ£è¦è¡¨ç¾ã«è¦ããæåå(äºè æä¸ã®åºåãã¯ãç¾å¨ãµãã¼ãããã¦ãã¾ãã)ã¨ãã¦ä¸ãããã¾ãã like( $got, '/expected/', 'this is like that' ); Regex options may be placed on the end (C<'/expected/i'>). -正規表現のオプションは終わりに置かれます (C<'/expected/i'>)。 +æ£è¦è¡¨ç¾ã®ãªãã·ã§ã³ã¯çµããã«ç½®ããã¾ã (C<'/expected/i'>)ã Its advantages over ok() are similar to that of is() and isnt(). Better diagnostics on failure. -ok()と比べたときの利点は、is() と isnt()の利点に似ています。 -失敗に関して、よく診断します。 +ok()ã¨æ¯ã¹ãã¨ãã®å©ç¹ã¯ãis() 㨠isnt()ã®å©ç¹ã«ä¼¼ã¦ãã¾ãã +失æã«é¢ãã¦ããã診æãã¾ãã =item B<unlike> @@ -430,8 +430,8 @@ Works exactly as like(), only it checks if $got B<does not> match the given pattern. -like()のように働きますが、 $got が与えたパターンにマッチB<しない>ことだけを -チェックします。 +like()ã®ããã«åãã¾ããã $got ãä¸ãããã¿ã¼ã³ã«ãããB<ããªã>ãã¨ã ãã +ãã§ãã¯ãã¾ãã =item B<cmp_ok> @@ -440,8 +440,8 @@ Halfway between ok() and is() lies cmp_ok(). This allows you to compare two arguments using any binary perl operator. -ok() と is() の中間に cmp_ok()があります。 -これは、すべてのバイナリのPerlの演算子を使って、二つの引数を比較することを許します。 +ok() 㨠is() ã®ä¸éã« cmp_ok()ãããã¾ãã +ããã¯ããã¹ã¦ã®ãã¤ããªã®Perlã®æ¼ç®åã使ã£ã¦ãäºã¤ã®å¼æ°ãæ¯è¼ãããã¨ã許ãã¾ãã # ok( $got eq $expected ); cmp_ok( $got, 'eq', $expected, 'this eq that' ); @@ -456,8 +456,8 @@ Its advantage over ok() is when the test fails you'll know what $got and $expected were: -ok()と比べたときの cmp_ok の 利点は、テストが失敗したときに、 -$got と $expected が何かがわかることです。 +ok()ã¨æ¯ã¹ãã¨ãã® cmp_ok ã® å©ç¹ã¯ããã¹ãã失æããã¨ãã«ã +$got 㨠$expected ãä½ããããããã¨ã§ãã not ok 1 # Failed test in foo.t at line 12. @@ -468,14 +468,14 @@ It's also useful in those cases where you are comparing numbers and is()'s use of C<eq> will interfere: -cmp_ok は、数を比較する際や、is() を eq として使うことが、干渉する際に、有益でしょう: +cmp_ok ã¯ãæ°ãæ¯è¼ããéããis() ã eq ã¨ãã¦ä½¿ããã¨ããå¹²æ¸ããéã«ãæçã§ããã: cmp_ok( $big_hairy_number, '==', $another_big_hairy_number ); It's especially useful when comparing greater-than or smaller-than relation between values: -2つの値の大小の比較に使うと、非常に便利です。 +2ã¤ã®å¤ã®å¤§å°ã®æ¯è¼ã«ä½¿ãã¨ãé常ã«ä¾¿å©ã§ãã cmp_ok( $some_value, '<=', $upper_limit ); @@ -489,13 +489,13 @@ Checks to make sure the $module or $object can do these @methods (works with functions, too). -$module か $object が 複数のメソッド(または、関数)@methodsを実行できるかをチェックします。 +$module ã $object ã è¤æ°ã®ã¡ã½ãã(ã¾ãã¯ãé¢æ°)@methodsãå®è¡ã§ãããããã§ãã¯ãã¾ãã can_ok('Foo', qw(this that whatever)); is almost exactly like saying: -上の表現は、実際は、以下のような意味です: +ä¸ã®è¡¨ç¾ã¯ãå®éã¯ã以ä¸ã®ãããªæå³ã§ã: ok( Foo->can('this') && Foo->can('that') && @@ -505,15 +505,15 @@ only without all the typing and with a better interface. Handy for quickly testing an interface. -すべてをタイプしなくていい、よりよいインターフェースです。 -素早いテストのための、手ごろなインターフェースです。 +ãã¹ã¦ãã¿ã¤ãããªãã¦ãããããããã¤ã³ã¿ã¼ãã§ã¼ã¹ã§ãã +ç´ æ©ããã¹ãã®ããã®ãæãããªã¤ã³ã¿ã¼ãã§ã¼ã¹ã§ãã No matter how many @methods you check, a single can_ok() call counts as one test. If you desire otherwise, use: -いくつの @methods があるか、チェックすることは、大したことではありません。 -一つの can_ok() は一つのテストとして、カウントされます。 -別の方法で、やりたいなら、次のように使います: +ããã¤ã® @methods ããããããã§ãã¯ãããã¨ã¯ã大ãããã¨ã§ã¯ããã¾ããã +ä¸ã¤ã® can_ok() ã¯ä¸ã¤ã®ãã¹ãã¨ãã¦ãã«ã¦ã³ãããã¾ãã +å¥ã®æ¹æ³ã§ããããããªãã次ã®ããã«ä½¿ãã¾ã: foreach my $meth (@methods) { @@ -530,32 +530,32 @@ sure the object was defined in the first place. Handy for this sort of thing: -C<< $object->isa($class) >>が与えられているかどうかを見るためのチェック。 -オブジェクトが最初の場所で定義されているか確かめるためのチェックでもあります。 +C<< $object->isa($class) >>ãä¸ãããã¦ãããã©ãããè¦ãããã®ãã§ãã¯ã +ãªãã¸ã§ã¯ããæåã®å ´æã§å®ç¾©ããã¦ããã確ãããããã®ãã§ãã¯ã§ãããã¾ãã my $obj = Some::Module->new; isa_ok( $obj, 'Some::Module' ); where you'd otherwise have to write -代わりに次のように書けます: +代ããã«æ¬¡ã®ããã«æ¸ãã¾ãï¼ my $obj = Some::Module->new; ok( defined $obj && $obj->isa('Some::Module') ); to safeguard against your test script blowing up. -テストscriptが、吹っ飛ぶのを防ぐためのセーフガードです。 +ãã¹ãscriptããå¹ã£é£ã¶ã®ãé²ãããã®ã»ã¼ãã¬ã¼ãã§ãã You can also test a class, to make sure that it has the right ancestor: -クラスもテストできます。正しい先祖か確かめます。 +ã¯ã©ã¹ããã¹ãã§ãã¾ããæ£ããå ç¥ã確ããã¾ãã isa_ok( 'Vole', 'Rodent' ); It works on references, too: -リファレンスでも動きます: +ãªãã¡ã¬ã³ã¹ã§ãåãã¾ãï¼ isa_ok( $array_ref, 'ARRAY' ); @@ -563,9 +563,9 @@ you'd like them to be more specific, you can supply an $object_name (for example 'Test customer'). -このテストの診断は、通常、ただ、'そのオブジェクト'のリファレンスです。 -それらをもっと特定したいなら、$object_name -(たとえば、'Test customer')を供給できます。 +ãã®ãã¹ãã®è¨ºæã¯ãé常ããã ã'ãã®ãªãã¸ã§ã¯ã'ã®ãªãã¡ã¬ã³ã¹ã§ãã +ãããããã£ã¨ç¹å®ããããªãã$object_name +(ãã¨ãã°ã'Test customer')ãä¾çµ¦ã§ãã¾ãã =item B<new_ok> @@ -576,25 +576,25 @@ A convenience function which combines creating an object and calling isa_ok() on that object. -オブジェクトを作り、 そのオブジェクトで、isa_ok() の呼び出しをくっつけた -便利な関数です。 +ãªãã¸ã§ã¯ããä½ãã ãã®ãªãã¸ã§ã¯ãã§ãisa_ok() ã®å¼ã³åºãããã£ã¤ãã +便å©ãªé¢æ°ã§ãã It is basically equivalent to: -これは、次のものと基本的に同じです: +ããã¯ã次ã®ãã®ã¨åºæ¬çã«åãã§ã: my $obj = $class->new(@args); isa_ok $obj, $class, $object_name; If @args is not given, an empty list will be used. - @ argsが与えられなければ、空のリストが使われます。 + @ argsãä¸ããããªããã°ã空ã®ãªã¹ãã使ããã¾ãã This function only works on new() and it assumes new() will return just a single object which isa C<$class>. -この関数は、 new() でのみ動き、new()が C<$class>と isa である -一つのオブジェクトを返すことを想定しています。 +ãã®é¢æ°ã¯ã new() ã§ã®ã¿åããnew()ããC<$class>㨠isa ã§ãã +ä¸ã¤ã®ãªãã¸ã§ã¯ããè¿ããã¨ãæ³å®ãã¦ãã¾ãã =cut @@ -607,13 +607,13 @@ its own result. The main test counts this as a single test using the result of the whole subtest to determine if its ok or not ok. -subtest() &code をそれ自身の計画と結果をもつそれ自身小さなテストとして、実行します。 -メインのテストは一つのテストとしてカウントします。 -サブテスト全体の結果を使って、ok か not ok か決定します。 +subtest() &code ãããèªèº«ã®è¨ç»ã¨çµæããã¤ããèªèº«å°ããªãã¹ãã¨ãã¦ãå®è¡ãã¾ãã +ã¡ã¤ã³ã®ãã¹ãã¯ä¸ã¤ã®ãã¹ãã¨ãã¦ã«ã¦ã³ããã¾ãã +ãµããã¹ãå ¨ä½ã®çµæã使ã£ã¦ãok ã not ok ã決å®ãã¾ãã For example... -例えば... +ä¾ãã°... use Test::More tests => 3; @@ -630,7 +630,7 @@ This would produce. -以下のように出力されます。 +以ä¸ã®ããã«åºåããã¾ãã 1..3 ok 1 - First test @@ -643,8 +643,8 @@ A subtest may call "skip_all". No tests will be run, but the subtest is considered a skip. -subtestは、"skip_all"を呼んでもかまいません。テストは実行されませんが、 -subtest は skip されたと考えられます。 +subtestã¯ã"skip_all"ãå¼ãã§ããã¾ãã¾ããããã¹ãã¯å®è¡ããã¾ãããã +subtest 㯠skip ãããã¨èãããã¾ãã subtest 'skippy' => sub { plan skip_all => 'cuz I said so'; @@ -653,15 +653,15 @@ Returns true if the subtest passed, false otherwise. -subtestが通れば、真を返し、他は偽を返します。 +subtestãéãã°ãçãè¿ããä»ã¯å½ãè¿ãã¾ãã Due to how subtests work, you may omit a plan if you desire. This adds an implicit C<done_testing()> to the end of your subtest. The following two subtests are equivalent: -サブテストがどのように動かすかによって、望むなら計画を省くことができます。 -C<done_testing()> を暗に行い、サブテストを終わらせます。以下の2つの -サブテストは同じです: +ãµããã¹ããã©ã®ããã«åãããã«ãã£ã¦ãæããªãè¨ç»ãçããã¨ãã§ãã¾ãã +C<done_testing()> ãæã«è¡ãããµããã¹ããçµãããã¾ãã以ä¸ã®2ã¤ã® +ãµããã¹ãã¯åãã§ã: subtest 'subtest with implicit done_testing()', sub { ok 1, 'subtests with an implicit done testing should work'; @@ -692,14 +692,14 @@ declare the test ok) or fail (for not ok). They are synonyms for ok(1) and ok(0). -時には、ただ、テストがパスしたと示したいでしょう。 -普通、このケースは、ok()に、押し込むことが難しい複雑な条件になっています。 -こういう場合、単純にpass()(テストがokであると宣言するために)か、fail(not ok のために) -かを使えます。これらは、ok(1)と、ok(0)の同意語です。 +æã«ã¯ããã ããã¹ãããã¹ããã¨ç¤ºãããã§ãããã +æ®éããã®ã±ã¼ã¹ã¯ãok()ã«ãæ¼ãè¾¼ããã¨ãé£ããè¤éãªæ¡ä»¶ã«ãªã£ã¦ãã¾ãã +ããããå ´åãåç´ã«pass()(ãã¹ããokã§ããã¨å®£è¨ããããã«)ããfail(not ok ã®ããã«) +ãã使ãã¾ãããããã¯ãok(1)ã¨ãok(0)ã®åæèªã§ãã Use these very, very, very sparingly. -pass() と fail() を使うことはひじょーに慎重に判断してください。 +pass() 㨠fail() ã使ããã¨ã¯ã²ããã¼ã«æ éã«å¤æãã¦ãã ããã =cut @@ -712,9 +712,9 @@ than just vomiting if its load fails. For such purposes we have C<use_ok> and C<require_ok>. -普通、テストしているモジュールのロードが失敗したかどうかを吐くだけよりも、 -むしろ、 ok をロードしたかどうかをテストしたいことでしょう。 -そのような目的のために、C<use_ok>と、C<require_ok>があります。 +æ®éããã¹ããã¦ããã¢ã¸ã¥ã¼ã«ã®ãã¼ãã失æãããã©ãããåãã ããããã +ãããã ok ããã¼ããããã©ããããã¹ãããããã¨ã§ãããã +ãã®ãããªç®çã®ããã«ãC<use_ok>ã¨ãC<require_ok>ãããã¾ãã =over 4 @@ -728,33 +728,33 @@ block so its functions are exported at compile-time and prototypes are properly honored. -これらは、単純に、与えられた $module を使い、 -ロードが ok したかを確かめるためのテストをするだけです。 -BEGIN ブロック内で、use_ok() を走らせることを推奨します。 -これにより、この関数は、コンパイル時にexportされ、プロトタイプを適切に受け取ります。 +ãããã¯ãåç´ã«ãä¸ãããã $module ã使ãã +ãã¼ãã ok ãããã確ãããããã®ãã¹ããããã ãã§ãã +BEGIN ãããã¯å ã§ãuse_ok() ãèµ°ããããã¨ãæ¨å¥¨ãã¾ãã +ããã«ããããã®é¢æ°ã¯ãã³ã³ãã¤ã«æã«exportããããããã¿ã¤ããé©åã«åãåãã¾ãã If @imports are given, they are passed through to the use. So this: - @ import が与えれた場合、use の際に渡されます。次のように : + @ import ãä¸ãããå ´åãuse ã®éã«æ¸¡ããã¾ãã次ã®ããã« : BEGIN { use_ok('Some::Module', qw(foo bar)) } is like doing this: -次のようにするのと同じです: +次ã®ããã«ããã®ã¨åãã§ãï¼ use Some::Module qw(foo bar); Version numbers can be checked like so: -バージョンは次のようにチェックできます: +ãã¼ã¸ã§ã³ã¯æ¬¡ã®ããã«ãã§ãã¯ã§ãã¾ã: # Just like "use Some::Module 1.02" BEGIN { use_ok('Some::Module', 1.02) } Don't try to do this: -次のようにしようとしてはいけません: +次ã®ããã«ãããã¨ãã¦ã¯ããã¾ããï¼ BEGIN { use_ok('Some::Module'); @@ -765,7 +765,7 @@ because the notion of "compile-time" is relative. Instead, you want: -"compile-time"の記述が関係するからです。代わりに、次のようにしましょう。 +"compile-time"ã®è¨è¿°ãé¢ä¿ããããã§ãã代ããã«ã次ã®ããã«ãã¾ãããã BEGIN { use_ok('Some::Module') } BEGIN { ...some code that depends on the use... } @@ -779,7 +779,7 @@ Like use_ok(), except it requires the $module or $file. -use_ok() に似ていますが、これは $module か $file を必要とします。 +use_ok() ã«ä¼¼ã¦ãã¾ããããã㯠$module ã $file ãå¿ è¦ã¨ãã¾ãã =cut @@ -787,19 +787,19 @@ =back -=head2 複雑なデータ構造 +=head2 è¤éãªãã¼ã¿æ§é Not everything is a simple eq check or regex. There are times you need to see if two data structures are equivalent. For these instances Test::More provides a handful of useful functions. -全てが、単純なeq チェックや、正規表現 ではありません。 -たとえば、二つの配列がイコールであるかどうかを見る必要があるときもあります。 -こういった例のために、Test::Moreは、ちょっとした有益な関数を提供しています。 +å ¨ã¦ããåç´ãªeq ãã§ãã¯ããæ£è¦è¡¨ç¾ ã§ã¯ããã¾ããã +ãã¨ãã°ãäºã¤ã®é åãã¤ã³ã¼ã«ã§ãããã©ãããè¦ãå¿ è¦ãããã¨ããããã¾ãã +ãããã£ãä¾ã®ããã«ãTest::Moreã¯ãã¡ãã£ã¨ããæçãªé¢æ°ãæä¾ãã¦ãã¾ãã B<NOTE> I'm not quite sure what will happen with filehandles. -B<注意>ファイルハンドルについて起きることについて、あまり確信がありません。 +B<注æ>ãã¡ã¤ã«ãã³ãã«ã«ã¤ãã¦èµ·ãããã¨ã«ã¤ãã¦ããã¾ã確信ãããã¾ããã =over 4 @@ -812,48 +812,48 @@ equivalent. If the two structures are different, it will display the place where they start differing. -is()と似ていますが、$got と $expectedが、リファレンスです。 -それぞれのデータの構造を見てまわり、それぞれが、イコールかどうか、深い比較をします。 -二つの構造が違っていれば、二つが違い始めた場所を示します。 +is()ã¨ä¼¼ã¦ãã¾ããã$got 㨠$expectedãããªãã¡ã¬ã³ã¹ã§ãã +ããããã®ãã¼ã¿ã®æ§é ãè¦ã¦ã¾ãããããããããã¤ã³ã¼ã«ãã©ãããæ·±ãæ¯è¼ããã¾ãã +äºã¤ã®æ§é ãéã£ã¦ããã°ãäºã¤ãéãå§ããå ´æã示ãã¾ãã is_deeply() compares the dereferenced values of references, the references themselves (except for their type) are ignored. This means aspects such as blessing and ties are not considered "different". -is_deeply() は、リファレンスの値の違いを比較します、 -リファレンスそれ自身(その型をのぞき)は無視されます。 -つまり、blessや tie のような側面は、"違う"と考えられません。 +is_deeply() ã¯ããªãã¡ã¬ã³ã¹ã®å¤ã®éããæ¯è¼ãã¾ãã +ãªãã¡ã¬ã³ã¹ããèªèº«(ãã®åãã®ãã)ã¯ç¡è¦ããã¾ãã +ã¤ã¾ããblessã tie ã®ãããªå´é¢ã¯ã"éã"ã¨èãããã¾ããã is_deeply() currently has very limited handling of function reference and globs. It merely checks if they have the same referent. This may improve in the future. -is_deeply() は、今のところ、関数リファレンスとglobのハンドリングは -非常に限定的です。単純に、同じ referent を持っているかをチェックします。 -将来改善されるかもしれません。 +is_deeply() ã¯ãä»ã®ã¨ãããé¢æ°ãªãã¡ã¬ã³ã¹ã¨globã®ãã³ããªã³ã°ã¯ +é常ã«éå®çã§ããåç´ã«ãåã referent ãæã£ã¦ãããããã§ãã¯ãã¾ãã +å°æ¥æ¹åãããããããã¾ããã L<Test::Differences> and L<Test::Deep> provide more in-depth functionality along these lines. -L<Test::Differences>とL<Test::Deep>は、より、徹底的な機能性を提供しています。 +L<Test::Differences>ã¨L<Test::Deep>ã¯ããããå¾¹åºçãªæ©è½æ§ãæä¾ãã¦ãã¾ãã =cut =back -=head2 複数の診断 +=head2 è¤æ°ã®è¨ºæ If you pick the right test function, you'll usually get a good idea of what went wrong when it failed. But sometimes it doesn't work out that way. So here we have ways for you to write your own diagnostic messages which are safer than just C<print STDERR>. -正しいテスト関数を選んだなら、ふつう、そのテスト関数が失敗した場合に、 -何が間違っているかについてよい情報を得ることができるでしょう。ですが、時に、 -そういう風には、うまく働かないこともあります。 -そのために、自分で自分自身の診断メッセージを書く方法があります。 -C<print STDERR> よりも、安全です。 +æ£ãããã¹ãé¢æ°ãé¸ãã ãªãããµã¤ãããã®ãã¹ãé¢æ°ã失æããå ´åã«ã +ä½ãééã£ã¦ãããã«ã¤ãã¦ããæ å ±ãå¾ããã¨ãã§ããã§ããããã§ãããæã«ã +ãããã風ã«ã¯ããã¾ãåããªããã¨ãããã¾ãã +ãã®ããã«ãèªåã§èªåèªèº«ã®è¨ºæã¡ãã»ã¼ã¸ãæ¸ãæ¹æ³ãããã¾ãã +C<print STDERR> ããããå®å ¨ã§ãã =over 4 @@ -865,23 +865,23 @@ test output. Like C<print> @diagnostic_message is simply concatenated together. -テストの出力に干渉しないと保証されている診断メッセージを出力します。 -C<print> のように、@diagnostic_message を単純に一緒につなぎます。 +ãã¹ãã®åºåã«å¹²æ¸ããªãã¨ä¿è¨¼ããã¦ãã診æã¡ãã»ã¼ã¸ãåºåãã¾ãã +C<print> ã®ããã«ã@diagnostic_message ãåç´ã«ä¸ç·ã«ã¤ãªãã¾ãã Returns false, so as to preserve failure. -失敗のままにするために、偽を返します。 +失æã®ã¾ã¾ã«ããããã«ãå½ãè¿ãã¾ãã Handy for this sort of thing: -次のような場合に、手ごろです: +次ã®ãããªå ´åã«ãæããã§ãï¼ ok( grep(/foo/, @users), "There's a foo user" ) or diag("Since there's no foo, check that /etc/bar is set up right"); which would produce: -次のようになります: +次ã®ããã«ãªãã¾ãï¼ not ok 42 - There's a foo user # Failed test 'There's a foo user' @@ -891,14 +891,14 @@ You might remember C<ok() or diag()> with the mnemonic C<open() or die()>. -C<ok() or diag()>を、C<open() or die()> のように覚えると覚えやすいでしょう。 +C<ok() or diag()>ããC<open() or die()> ã®ããã«è¦ããã¨è¦ããããã§ãããã B<NOTE> The exact formatting of the diagnostic output is still changing, but it is guaranteed that whatever you throw at it it won't interfere with the test. -B<注意> 診断の出力のためのフォーマットは、まだまだ流動的です。 -しかし、それに何を渡してもテストに干渉しないことは保証されています。 +B<注æ> 診æã®åºåã®ããã®ãã©ã¼ãããã¯ãã¾ã ã¾ã æµåçã§ãã +ããããããã«ä½ã渡ãã¦ããã¹ãã«å¹²æ¸ããªããã¨ã¯ä¿è¨¼ããã¦ãã¾ãã =item B<note> @@ -907,14 +907,14 @@ Like diag(), except the message will not be seen when the test is run in a harness. It will only be visible in the verbose TAP stream. -diag()と似ていますが,harnessでテストが動いている場合には、表示されません。 -冗長なTAPストリームでのみ、見られます。 +diag()ã¨ä¼¼ã¦ãã¾ããï¼harnessã§ãã¹ããåãã¦ããå ´åã«ã¯ã表示ããã¾ããã +åé·ãªTAPã¹ããªã¼ã ã§ã®ã¿ãè¦ããã¾ãã Handy for putting in notes which might be useful for debugging, but don't indicate a problem. -デバッグに有用なメモをおくのに手ごろですが,問題を指摘するのに -使ってはいけません。 +ãããã°ã«æç¨ãªã¡ã¢ãããã®ã«æããã§ããï¼åé¡ãææããã®ã« +使ã£ã¦ã¯ããã¾ããã note("Tempfile is $tempfile"); @@ -928,16 +928,16 @@ Will dump the contents of any references in a human readable format. Usually you want to pass this into C<note> or C<diag>. -人が読みやすいフォーマットで、リファレンスの内容をダンプします。 -C<not> や C<diag>に与えたいと思うでしょう。 +人ãèªã¿ããããã©ã¼ãããã§ããªãã¡ã¬ã³ã¹ã®å 容ããã³ããã¾ãã +C<not> ã C<diag>ã«ä¸ãããã¨æãã§ãããã Handy for things like... -次のような場合に、手ごろです: +次ã®ãããªå ´åã«ãæããã§ãï¼ is_deeply($have, $want) || diag explain $have; -または、 +ã¾ãã¯ã note explain \%args; Some::Class->method(%args); @@ -948,7 +948,7 @@ =back -=head2 条件テスト +=head2 æ¡ä»¶ãã¹ã Sometimes running a test under certain conditions will cause the test script to die. A certain function or method isn't implemented @@ -957,26 +957,26 @@ necessary to skip tests, or declare that they are supposed to fail but will work in the future (a todo test). -ある条件下でテストを動かすことによって、テストスクリプトが死ぬ時があります。 -(MacOSでのfork()のような)特定の関数やメソッドは実装されていなかったり、 -(ネット接続のような)いくつかのリソースが利用できなかったり、 -モジュールが利用できなかったりとか。 -こういったケースでは、テストをスキップしなければならないか、 -そうでなければ、失敗することが予想されるけれど、 -将来的に動く(a todo test)であろうということを宣言しなければなりません。 +ããæ¡ä»¶ä¸ã§ãã¹ããåãããã¨ã«ãã£ã¦ããã¹ãã¹ã¯ãªãããæ»ã¬æãããã¾ãã +(MacOSã§ã®fork()ã®ãããª)ç¹å®ã®é¢æ°ãã¡ã½ããã¯å®è£ ããã¦ããªãã£ããã +(ãããæ¥ç¶ã®ãããª)ããã¤ãã®ãªã½ã¼ã¹ãå©ç¨ã§ããªãã£ããã +ã¢ã¸ã¥ã¼ã«ãå©ç¨ã§ããªãã£ããã¨ãã +ãããã£ãã±ã¼ã¹ã§ã¯ããã¹ããã¹ãããããªããã°ãªããªããã +ããã§ãªããã°ã失æãããã¨ãäºæ³ãããããã©ã +å°æ¥çã«åã(a todo test)ã§ãããã¨ãããã¨ã宣è¨ããªããã°ãªãã¾ããã For more details on the mechanics of skip and todo tests see L<Test::Harness>. -skip と todo テストの機構の詳細は、C<Test::Harness>を見て下さい。 +skip 㨠todo ãã¹ãã®æ©æ§ã®è©³ç´°ã¯ãC<Test::Harness>ãè¦ã¦ä¸ããã The way Test::More handles this is with a named block. Basically, a block of tests which can be skipped over or made todo. It's best if I just show you... -名前のついたブロックと一緒にあるTest::More ハンドルの使い方。 -基本的にテストのブロックは、スキップさせるか、todo にするかです。 -ただコードを見せるのが最善でしょう… +ååã®ã¤ãããããã¯ã¨ä¸ç·ã«ããTest::More ãã³ãã«ã®ä½¿ãæ¹ã +åºæ¬çã«ãã¹ãã®ãããã¯ã¯ãã¹ããããããããtodo ã«ãããã§ãã +ãã ã³ã¼ããè¦ããã®ãæåã§ããã⦠=over 4 @@ -992,10 +992,10 @@ there are, $why and under what $condition to skip them. An example is the easiest way to illustrate: -これは、スキップするテストのブロックを宣言します。 -$how_many はテストの数、 $why は理由、$conditionは、 -どういう条件で、これらのテストをスキップするのかを意味します。 -最も簡単な例を見せます: +ããã¯ãã¹ããããããã¹ãã®ãããã¯ã宣è¨ãã¾ãã +$how_many ã¯ãã¹ãã®æ°ã $why ã¯çç±ã$conditionã¯ã +ã©ãããæ¡ä»¶ã§ããããã®ãã¹ããã¹ãããããã®ããæå³ãã¾ãã +æãç°¡åãªä¾ãè¦ãã¾ãï¼ SKIP: { @@ -1014,45 +1014,45 @@ code I<won't be run at all>. Test::More will output special ok's which Test::Harness interprets as skipped, but passing, tests. -ユーザが、HTML::Lint をインストールしていなければ、全てのブロックコードは、 -I<まったく実行されないでしょう>。 Test::Moreは、特別な ok() を出力し、 -Test::Harnes は、テストをスキップしたが、合格したと解釈します。 +ã¦ã¼ã¶ããHTML::Lint ãã¤ã³ã¹ãã¼ã«ãã¦ããªããã°ãå ¨ã¦ã®ãããã¯ã³ã¼ãã¯ã +I<ã¾ã£ããå®è¡ãããªãã§ããã>ã Test::Moreã¯ãç¹å¥ãª ok() ãåºåãã +Test::Harnes ã¯ããã¹ããã¹ãããããããåæ ¼ããã¨è§£éãã¾ãã It's important that $how_many accurately reflects the number of tests in the SKIP block so the # of tests run will match up with your plan. If your plan is C<no_plan> $how_many is optional and will default to 1. -テストの数が、計画にマッチするために、 -$how_many が正しくSKIP ブロックの中のテストの数を反映することは重要です。 +ãã¹ãã®æ°ããè¨ç»ã«ãããããããã«ã +$how_many ãæ£ããSKIP ãããã¯ã®ä¸ã®ãã¹ãã®æ°ãåæ ãããã¨ã¯éè¦ã§ãã If your plan is C<no_plan> $how_many is optional and will default to 1. It's perfectly safe to nest SKIP blocks. Each SKIP block must have the label C<SKIP>, or Test::More can't work its magic. -ネストするSKIPブロックは完全に安全です。それぞれのSKIPブロックには、 -C<SKIP>ラベルがなければなりません、そうしないと、Test::Moreは、その魔法をうまく使えません。 +ãã¹ãããSKIPãããã¯ã¯å®å ¨ã«å®å ¨ã§ããããããã®SKIPãããã¯ã«ã¯ã +C<SKIP>ã©ãã«ããªããã°ãªãã¾ãããããããªãã¨ãTest::Moreã¯ããã®éæ³ããã¾ã使ãã¾ããã You don't skip tests which are failing because there's a bug in your program, or for which you don't yet have code written. For that you use TODO. Read on. -失敗するテストをスキップしてはいけません。失敗するのは、プログラムにバグがあるからですし、 -そうでなければ、まだコードを書いていないからです。 -TODO の使い方を書くので、読み続けてください。 +失æãããã¹ããã¹ããããã¦ã¯ããã¾ããã失æããã®ã¯ãããã°ã©ã ã«ãã°ãããããã§ããã +ããã§ãªããã°ãã¾ã ã³ã¼ããæ¸ãã¦ããªãããã§ãã +TODO ã®ä½¿ãæ¹ãæ¸ãã®ã§ãèªã¿ç¶ãã¦ãã ããã =item B<TODO: BLOCK> TODO: { local $TODO = $why if $condition; - ...ふつうのテストコードをここに続けてください... + ...ãµã¤ãã®ãã¹ãã³ã¼ããããã«ç¶ãã¦ãã ãã... } Declares a block of tests you expect to fail and $why. Perhaps it's because you haven't fixed a bug or haven't finished a new feature: -失敗すると予測しているテストと、$why のブロックを宣言します。 -たぶん、バグをまだ直していないか、新しい機能を作り終えていないのでしょう。 +失æããã¨äºæ¸¬ãã¦ãããã¹ãã¨ã$why ã®ãããã¯ã宣è¨ãã¾ãã +ãã¶ãããã°ãã¾ã ç´ãã¦ããªãããæ°ããæ©è½ãä½ãçµãã¦ããªãã®ã§ãããã TODO: { local $TODO = "URI::Geller not finished"; @@ -1072,27 +1072,27 @@ You then know the thing you had todo is done and can remove the TODO flag. -todoブロックでは、その中のテストは、失敗すると予期されます。Test::More は、 -普通にテストを行いますが、特別なフラグを出力し、それのテストが「todo」であることを示します。 -Test::Harness は、この失敗を ok であると解釈します。 -なんでも成功にし、予期しない成功と、報告します。 -todoが解消されたと分かったら、TODOフラグを外すことが出来ます。 +todoãããã¯ã§ã¯ããã®ä¸ã®ãã¹ãã¯ã失æããã¨äºæããã¾ããTest::More ã¯ã +æ®éã«ãã¹ããè¡ãã¾ãããç¹å¥ãªãã©ã°ãåºåããããã®ãã¹ãããtodoãã§ãããã¨ã示ãã¾ãã +Test::Harness ã¯ããã®å¤±æã ok ã§ããã¨è§£éãã¾ãã +ãªãã§ãæåã«ããäºæããªãæåã¨ãå ±åãã¾ãã +todoã解æ¶ãããã¨åãã£ãããTODOãã©ã°ãå¤ããã¨ãåºæ¥ã¾ãã The nice part about todo tests, as opposed to simply commenting out a block of tests, is it's like having a programmatic todo list. You know how much work is left to be done, you're aware of what bugs there are, and you'll know immediately when they're fixed. -todo テストの良いところは、テストのブロックを単純にコメントアウトすることではなく、 -プログラマ的なtodoリストであるようになることです。 -どれくらいするべき仕事が残っているのか分かるし、どのようなバグがあるのかも気付きます。 -また、それらのテストが修正された場合、即座に識別することが出来るでしょう。 +todo ãã¹ãã®è¯ãã¨ããã¯ããã¹ãã®ãããã¯ãåç´ã«ã³ã¡ã³ãã¢ã¦ããããã¨ã§ã¯ãªãã +ããã°ã©ãçãªtodoãªã¹ãã§ããããã«ãªããã¨ã§ãã +ã©ããããããã¹ãä»äºãæ®ã£ã¦ããã®ãåããããã©ã®ãããªãã°ãããã®ããæ°ä»ãã¾ãã +ã¾ãããããã®ãã¹ããä¿®æ£ãããå ´åãå³åº§ã«èå¥ãããã¨ãåºæ¥ãã§ãããã Once a todo test starts succeeding, simply move it outside the block. When the block is empty, delete it. -一度、todoテストが成功し始めると、単純に、ブロックの外側にtodoテストを移します。 -ブロックが空なら、削除します。 +ä¸åº¦ãtodoãã¹ããæåãå§ããã¨ãåç´ã«ããããã¯ã®å¤å´ã«todoãã¹ãã移ãã¾ãã +ãããã¯ã空ãªããåé¤ãã¾ãã =item B<todo_skip> @@ -1108,45 +1108,45 @@ inside an C<eval BLOCK> with and using C<alarm>. In these extreme cases you have no choice but to skip over the broken tests entirely. -todo テストでは、実際にテストをなるべく走らせようとします。 -このように、それらのテストがいつ通過し始めるかを知るでしょう。 -こういうことが、可能でない時があります。 -失敗するテストは全てのプログラムが死ぬか、ハングする原因になることがよくあります。 -C<eval BLOCK>の内側で、C<alarm>を使っても。 -このような極端なケースでは、壊れたテストを完全にスキップする以外には、選択の余地はありません。 +todo ãã¹ãã§ã¯ãå®éã«ãã¹ãããªãã¹ãèµ°ããããã¨ãã¾ãã +ãã®ããã«ããããã®ãã¹ãããã¤ééãå§ããããç¥ãã§ãããã +ãããããã¨ããå¯è½ã§ãªãæãããã¾ãã +失æãããã¹ãã¯å ¨ã¦ã®ããã°ã©ã ãæ»ã¬ãããã³ã°ããåå ã«ãªããã¨ãããããã¾ãã +C<eval BLOCK>ã®å å´ã§ãC<alarm>ã使ã£ã¦ãã +ãã®ãããªæ¥µç«¯ãªã±ã¼ã¹ã§ã¯ãå£ãããã¹ããå®å ¨ã«ã¹ããããã以å¤ã«ã¯ãé¸æã®ä½å°ã¯ããã¾ããã The syntax and behavior is similar to a C<SKIP: BLOCK> except the tests will be marked as failing but todo. Test::Harness will interpret them as passing. -todoではなくテストが失敗としてマークされる以外は、 -構文や振る舞いがC<SKIP: BLOCK>に似ています。 -Test::Harness は、テストに合格していると解釈します。 +todoã§ã¯ãªããã¹ãã失æã¨ãã¦ãã¼ã¯ããã以å¤ã¯ã +æ§æãæ¯ãèããC<SKIP: BLOCK>ã«ä¼¼ã¦ãã¾ãã +Test::Harness ã¯ããã¹ãã«åæ ¼ãã¦ããã¨è§£éãã¾ãã -=item SKIP 対 TODO をどのように使い分けるのでしょう? +=item SKIP 対 TODO ãã©ã®ããã«ä½¿ãåããã®ã§ãããï¼ B<If it's something the user might not be able to do>, use SKIP. This includes optional modules that aren't installed, running under an OS that doesn't have some feature (like fork() or symlinks), or maybe you need an Internet connection and one isn't available. -B<もし、ユーザが出来そうにないときには>、SKIPを使ってください。 -これには、インストールされていないオプショナルなモジュールや、 -(fork()やsymlinksなどの)機能を持っていないOSで実行することや、 -インターネット接続を必要としているのに、それをユーザが利用できないことも含みます。 +B<ãããã¦ã¼ã¶ãåºæ¥ããã«ãªãã¨ãã«ã¯>ãSKIPã使ã£ã¦ãã ããã +ããã«ã¯ãã¤ã³ã¹ãã¼ã«ããã¦ããªããªãã·ã§ãã«ãªã¢ã¸ã¥ã¼ã«ãã +(fork()ãsymlinksãªã©ã®)æ©è½ãæã£ã¦ããªãOSã§å®è¡ãããã¨ãã +ã¤ã³ã¿ã¼ãããæ¥ç¶ãå¿ è¦ã¨ãã¦ããã®ã«ããããã¦ã¼ã¶ãå©ç¨ã§ããªããã¨ãå«ã¿ã¾ãã B<If it's something the programmer hasn't done yet>, use TODO. This is for any code you haven't written yet, or bugs you have yet to fix, but want to put tests in your testing script (always a good idea). -B<もし、プログラマがまだ、やっていないときには>、TODO を使ってください。 -これは、テストscriptに、テストを置きたい(常によい考えです)けれども、 -まだ書いていないコードや、まだ直していないバグなどです。 +B<ãããããã°ã©ããã¾ã ããã£ã¦ããªãã¨ãã«ã¯>ãTODO ã使ã£ã¦ãã ããã +ããã¯ããã¹ãscriptã«ããã¹ããç½®ããã(常ã«ããèãã§ã)ããã©ãã +ã¾ã æ¸ãã¦ããªãã³ã¼ãããã¾ã ç´ãã¦ããªããã°ãªã©ã§ãã =back -=head2 テストの制御 +=head2 ãã¹ãã®å¶å¾¡ =over 4 @@ -1157,24 +1157,24 @@ Indicates to the harness that things are going so badly all testing should terminate. This includes the running of any additional test scripts. -悲惨ななことになったため、すべてのテストを終了させるように、harnessに伝えます。 -これは、どんな追加のテストスクリプトの実行も含みます。 +æ²æ¨ãªãªãã¨ã«ãªã£ãããããã¹ã¦ã®ãã¹ããçµäºãããããã«ãharnessã«ä¼ãã¾ãã +ããã¯ãã©ããªè¿½å ã®ãã¹ãã¹ã¯ãªããã®å®è¡ãå«ã¿ã¾ãã This is typically used when testing cannot continue such as a critical module failing to compile or a necessary external utility not being available such as a database connection failing. -データベース接続のような、重要なモジュールのコンパイルエラーや -必須の外部ユーティリティが利用できないようなために、 -テストが続けられない場合に、典型的に使われます。 +ãã¼ã¿ãã¼ã¹æ¥ç¶ã®ãããªãéè¦ãªã¢ã¸ã¥ã¼ã«ã®ã³ã³ãã¤ã«ã¨ã©ã¼ã +å¿ é ã®å¤é¨ã¦ã¼ãã£ãªãã£ãå©ç¨ã§ããªããããªããã«ã +ãã¹ããç¶ããããªãå ´åã«ãå ¸åçã«ä½¿ããã¾ãã The test will exit with 255. -テストは255で終了します。 +ãã¹ãã¯255ã§çµäºãã¾ãã For even better control look at L<Test::Most>. -L<Test::Most>に、よりよい制御があります。 +L<Test::Most>ã«ãããããå¶å¾¡ãããã¾ãã =cut @@ -1182,7 +1182,7 @@ =back -=head2 推奨されない比較関数 +=head2 æ¨å¥¨ãããªãæ¯è¼é¢æ° The use of the following functions is discouraged as they are not actually testing functions and produce no diagnostics to help figure @@ -1190,26 +1190,26 @@ because I couldn't figure out how to display a useful diff of two arbitrary data structures. -下記の関数の使用は推奨されません。これらは、実際にはテスト関数ではなく、 -何が間違っているかを突き止める助けとなる診断は提供しません。 -is_deeply() ができるより前に書かれた関数で、2つの任意のデータ構造の -違いを表示する有効な方法を考え付くことが出来なかったためです。 +ä¸è¨ã®é¢æ°ã®ä½¿ç¨ã¯æ¨å¥¨ããã¾ããããããã¯ãå®éã«ã¯ãã¹ãé¢æ°ã§ã¯ãªãã +ä½ãééã£ã¦ããããçªãæ¢ããå©ãã¨ãªã診æã¯æä¾ãã¾ããã +is_deeply() ãã§ããããåã«æ¸ãããé¢æ°ã§ã2ã¤ã®ä»»æã®ãã¼ã¿æ§é ã® +éãã表示ããæå¹ãªæ¹æ³ãèãä»ããã¨ãåºæ¥ãªãã£ãããã§ãã These functions are usually used inside an ok(). -これらは、ok() の中で使われるのが普通です。 +ãããã¯ãok() ã®ä¸ã§ä½¿ãããã®ãæ®éã§ãã ok( eq_array(\@got, \@expected) ); C<is_deeply()> can do that better and with diagnostics. -C<is_deeply()>は、より良いですし、診断もあります。 +C<is_deeply()>ã¯ãããè¯ãã§ããã診æãããã¾ãã is_deeply( \@got, \@expected ); They may be deprecated in future versions. -将来のバージョンでなくなるかもしれません。 +å°æ¥ã®ãã¼ã¸ã§ã³ã§ãªããªãããããã¾ããã =over 4 @@ -1220,8 +1220,8 @@ Checks if two arrays are equivalent. This is a deep check, so multi-level structures are handled correctly. -二つの配列がイコールかどうかをチェックします。これは、深いチェックであり、 -マルチレベルの構造が正確に扱われます。 +äºã¤ã®é åãã¤ã³ã¼ã«ãã©ããããã§ãã¯ãã¾ããããã¯ãæ·±ããã§ãã¯ã§ããã +ãã«ãã¬ãã«ã®æ§é ãæ£ç¢ºã«æ±ããã¾ãã =item B<eq_hash> @@ -1230,8 +1230,8 @@ Determines if the two hashes contain the same keys and values. This is a deep check. -二つのハッシュが同じキーと値を含んでいるかどうかを調べます。 -これは深いチェックです。 +äºã¤ã®ããã·ã¥ãåããã¼ã¨å¤ãå«ãã§ãããã©ããã調ã¹ã¾ãã +ããã¯æ·±ããã§ãã¯ã§ãã =item B<eq_set> @@ -1241,41 +1241,41 @@ important. This is a deep check, but the irrelevancy of order only applies to the top level. -eq_array() とにていますが、要素の順番は重要ではありません。 -これは、深いチェックですが、順番の不整合は、トップレベルにしか適用されません。 +eq_array() ã¨ã«ã¦ãã¾ãããè¦ç´ ã®é çªã¯éè¦ã§ã¯ããã¾ããã +ããã¯ãæ·±ããã§ãã¯ã§ãããé çªã®ä¸æ´åã¯ããããã¬ãã«ã«ããé©ç¨ããã¾ããã ok( eq_set(\@got, \@expected) ); Is better written: -より良い書き方: +ããè¯ãæ¸ãæ¹: is_deeply( [sort @got], [sort @expected] ); B<NOTE> By historical accident, this is not a true set comparison. While the order of elements does not matter, duplicate elements do. -B<注意>。歴史的な都合により、これは、本当の set の比較ではありません。 -要素の順番が問題ではない上に、重複した要素も問題にしません。 +B<注æ>ãæ´å²çãªé½åã«ãããããã¯ãæ¬å½ã® set ã®æ¯è¼ã§ã¯ããã¾ããã +è¦ç´ ã®é çªãåé¡ã§ã¯ãªãä¸ã«ãéè¤ããè¦ç´ ãåé¡ã«ãã¾ããã B<NOTE> eq_set() does not know how to deal with references at the top level. The following is an example of a comparison which might not work: -B<注意>。eq_set() は、トップレベルでリファレンスをどう扱うかを知りません。 -以下のものは、動かない比較の例です。 +B<注æ>ãeq_set() ã¯ããããã¬ãã«ã§ãªãã¡ã¬ã³ã¹ãã©ãæ±ãããç¥ãã¾ããã +以ä¸ã®ãã®ã¯ãåããªãæ¯è¼ã®ä¾ã§ãã eq_set([\1, \2], [\2, \1]); L<Test::Deep> contains much better set comparison functions. -L<Test::Deep> には、よりよい比較関数のセットがあります。 +L<Test::Deep> ã«ã¯ãããããæ¯è¼é¢æ°ã®ã»ãããããã¾ãã =cut =back -=head2 Test::Moreの拡張と包含 +=head2 Test::Moreã®æ¡å¼µã¨å å« Sometimes the Test::More interface isn't quite enough. Fortunately, Test::More is built on top of Test::Builder which provides a single, @@ -1283,17 +1283,17 @@ libraries which both use Test::Builder B<can be used together in the same program>. -Test::More のインターフェースが、まったく十分でない時もあります。 -幸運なことに、Test::More は、Test::Builderの上に作られています。 -Test::Builder は、あらゆるテストライブラリーのための、一つの、統合された、バックエンドを提供しています。 -このことは、両方とも、Test::Builderを使っている、二つのテストライブラリーならば、 -B<同じプログラムでいっしょに使えること>を意味します +Test::More ã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ããã¾ã£ããååã§ãªãæãããã¾ãã +幸éãªãã¨ã«ãTest::More ã¯ãTest::Builderã®ä¸ã«ä½ããã¦ãã¾ãã +Test::Builder ã¯ããããããã¹ãã©ã¤ãã©ãªã¼ã®ããã®ãä¸ã¤ã®ãçµ±åããããããã¯ã¨ã³ããæä¾ãã¦ãã¾ãã +ãã®ãã¨ã¯ã両æ¹ã¨ããTest::Builderã使ã£ã¦ãããäºã¤ã®ãã¹ãã©ã¤ãã©ãªã¼ãªãã°ã +B<åãããã°ã©ã ã§ãã£ããã«ä½¿ãããã¨>ãæå³ãã¾ã If you simply want to do a little tweaking of how the tests behave, you can access the underlying Test::Builder object like so: -もし単純に、テストの挙動の仕方を微調整したければ、次のように、 -ベースとされたTest::Builderオブジェクトにアクセスできます: +ããåç´ã«ããã¹ãã®æåã®ä»æ¹ã微調æ´ããããã°ã次ã®ããã«ã +ãã¼ã¹ã¨ãããTest::Builderãªãã¸ã§ã¯ãã«ã¢ã¯ã»ã¹ã§ãã¾ã: =over 4 @@ -1304,14 +1304,14 @@ Returns the Test::Builder object underlying Test::More for you to play with. -Test::Moreで遊ぶための、Test::Moreの基礎をなすTest::Builder オブジェクトを -返します。 +Test::Moreã§éã¶ããã®ãTest::Moreã®åºç¤ããªãTest::Builder ãªãã¸ã§ã¯ãã +è¿ãã¾ãã =cut =back -=head1 終了コード +=head1 çµäºã³ã¼ã If all your tests passed, Test::Builder will exit with zero (which is normal). If anything failed it will exit with how many failed. If @@ -1321,38 +1321,38 @@ having successfully completed all its tests, it will still be considered a failure and will exit with 255. -すべてのテストがパスしたら、Test::Builderは 0 で終了します(通常です)。 -何か間違っていたら,間違った数で終了します。計画しているよりも、 -少ない(か、多い)か、見失ったか、余計なテストを走らせると、失敗したとみなされます。 -テストが実行されなければ、警告を投げ、255で終了します。 -テストが死んだら、たとえすべてのテストが成功しても、 -失敗とみなし、255で終了します。 +ãã¹ã¦ã®ãã¹ãããã¹ããããTest::Builder㯠0 ã§çµäºãã¾ã(é常ã§ã)ã +ä½ãééã£ã¦ãããï¼ééã£ãæ°ã§çµäºãã¾ããè¨ç»ãã¦ãããããã +å°ãªã(ããå¤ã)ããè¦å¤±ã£ãããä½è¨ãªãã¹ããèµ°ãããã¨ã失æããã¨ã¿ãªããã¾ãã +ãã¹ããå®è¡ãããªããã°ãè¦åãæãã255ã§çµäºãã¾ãã +ãã¹ããæ»ãã ãããã¨ããã¹ã¦ã®ãã¹ããæåãã¦ãã +失æã¨ã¿ãªãã255ã§çµäºãã¾ãã So the exit codes are... -終了コードは... +çµäºã³ã¼ãã¯... - 0 すべてのテストが成功 - 255 テストは死んだか、すべて成功したが、間違っている # of tests run - any other number 間違った数(失敗か、余計なものを含む) + 0 ãã¹ã¦ã®ãã¹ããæå + 255 ãã¹ãã¯æ»ãã ãããã¹ã¦æåããããééã£ã¦ãã # of tests run + any other number ééã£ãæ°(失æããä½è¨ãªãã®ãå«ã) If you fail more than 254 tests, it will be reported as 254. -254以上のテストに失敗したら、254を報告します。 +254以ä¸ã®ãã¹ãã«å¤±æãããã254ãå ±åãã¾ãã B<NOTE> This behavior may go away in future versions. -B<注意>。この振る舞いは、将来のバージョンでなくなるかもしれません。 +B<注æ>ããã®æ¯ãèãã¯ãå°æ¥ã®ãã¼ã¸ã§ã³ã§ãªããªãããããã¾ããã -=head1 警告と注意 +=head1 è¦åã¨æ³¨æ =over 4 -=item 後方互換性 +=item å¾æ¹äºææ§ Test::More works with Perls as old as 5.6.0. -Test::More はPerl 5.6.0で動きます。 +Test::More ã¯Perl 5.6.0ã§åãã¾ãã =item utf8 / "Wide character in print" @@ -1364,17 +1364,17 @@ including changing their output disciplines, will not be seem by Test::More. -utf8 か non-ASCIIな文字をTest::Moreと一緒に使う場合、 -"Wide character in print"の警告が出るかもしれません。 -C<binmode STDOUT, ":utf8">を使っても、直りません。Test::Builder ( -Test::Moreに力を与えている) STDOUTとSTDERRを複製しています。 -そのため、それらへのどんな変更も、それらの出力の仕方の変更も含み、 -Test::Moreにはわかりません。 +utf8 ã non-ASCIIãªæåãTest::Moreã¨ä¸ç·ã«ä½¿ãå ´åã +"Wide character in print"ã®è¦åãåºãããããã¾ããã +C<binmode STDOUT, ":utf8">ã使ã£ã¦ããç´ãã¾ãããTest::Builder ( +Test::Moreã«åãä¸ãã¦ãã) STDOUTã¨STDERRãè¤è£½ãã¦ãã¾ãã +ãã®ããããããã¸ã®ã©ããªå¤æ´ãããããã®åºåã®ä»æ¹ã®å¤æ´ãå«ã¿ã +Test::Moreã«ã¯ãããã¾ããã The work around is to change the filehandles used by Test::Builder directly. -Test::Builderを直接使ってファイルハンドルを変更して、対処してください。 +Test::Builderãç´æ¥ä½¿ã£ã¦ãã¡ã¤ã«ãã³ãã«ãå¤æ´ãã¦ã対å¦ãã¦ãã ããã my $builder = Test::More->builder; binmode $builder->output, ":utf8"; @@ -1382,7 +1382,7 @@ binmode $builder->todo_output, ":utf8"; -=item オーバーロードされたオブジェクト +=item ãªã¼ãã¼ãã¼ãããããªãã¸ã§ã¯ã String overloaded objects are compared B<as strings> (or in cmp_ok()'s case, strings or numbers as appropriate to the comparison op). This @@ -1391,20 +1391,20 @@ objects instead of bare strings your tests won't notice the difference. This is good. -オーバーロードされたオブジェクトはB<文字列として>(または、 cmp_ok()では、 -比較するオペレーターにしたがって、文字列か数字として)比較されます。これは、 -Test::Moreが、より良いブラックボックステストを許しているオブジェクトのインターフェースを -突き刺すのを妨げます。そのため、関数が裸の文字列の代わりに、オーバーロードされた -オブジェクトを返すようになれば、あなたのテストは違いに気付かないでしょう。これは良いことです。 +ãªã¼ãã¼ãã¼ãããããªãã¸ã§ã¯ãã¯B<æååã¨ãã¦>(ã¾ãã¯ã cmp_ok()ã§ã¯ã +æ¯è¼ãããªãã¬ã¼ã¿ã¼ã«ãããã£ã¦ãæååãæ°åã¨ãã¦)æ¯è¼ããã¾ããããã¯ã +Test::Moreããããè¯ããã©ãã¯ããã¯ã¹ãã¹ãã許ãã¦ãããªãã¸ã§ã¯ãã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã +çªãåºãã®ã妨ãã¾ãããã®ãããé¢æ°ã裸ã®æååã®ä»£ããã«ããªã¼ãã¼ãã¼ãããã +ãªãã¸ã§ã¯ããè¿ãããã«ãªãã°ãããªãã®ãã¹ãã¯éãã«æ°ä»ããªãã§ããããããã¯è¯ããã¨ã§ãã However, it does mean that functions like is_deeply() cannot be used to test the internals of string overloaded objects. In this case I would suggest L<Test::Deep> which contains more flexible testing functions for complex data structures. -ですが、is_deeply()のような関数が、オブジェクトがオーバーロードされた文字列の内部の -テストに使うことが出来ないというわけではありません。このエースでは、 -L<Test::Deep>を提案します。複雑なデータ構造のために、より柔軟なテスト関数があります。 +ã§ãããis_deeply()ã®ãããªé¢æ°ãããªãã¸ã§ã¯ãããªã¼ãã¼ãã¼ããããæååã®å é¨ã® +ãã¹ãã«ä½¿ããã¨ãåºæ¥ãªãã¨ããããã§ã¯ããã¾ããããã®ã¨ã¼ã¹ã§ã¯ã +L<Test::Deep>ãææ¡ãã¾ããè¤éãªãã¼ã¿æ§é ã®ããã«ãããæè»ãªãã¹ãé¢æ°ãããã¾ãã =item Threads @@ -1412,8 +1412,8 @@ Test::More will only be aware of threads if "use threads" has been done I<before> Test::More is loaded. This is ok: -Test::Moreは、Test::Moreがロードされる前に、"use threads"がされている場合、 -スレッドを意識します。次は ok です: +Test::Moreã¯ãTest::Moreããã¼ããããåã«ã"use threads"ãããã¦ããå ´åã +ã¹ã¬ãããæèãã¾ãã次㯠ok ã§ã: use threads; @@ -1421,19 +1421,19 @@ This may cause problems: -次のものは問題になります: +次ã®ãã®ã¯åé¡ã«ãªãã¾ã: use Test::More use threads; 5.8.1 and above are supported. Anything below that has too many bugs. -5.8.1 以上を想定しています。それ未満のバージョンは、多くのバグがあります。 +5.8.1 以ä¸ãæ³å®ãã¦ãã¾ããããæªæºã®ãã¼ã¸ã§ã³ã¯ãå¤ãã®ãã°ãããã¾ãã =back -=head1 経緯 +=head1 çµç·¯ This is a case of convergent evolution with Joshua Pritikin's Test module. I was largely unaware of its existence when I'd first @@ -1441,10 +1441,10 @@ figure out how to easily wedge test names into Test's interface (along with a few other problems). -これは、Joshua Pritikin のテストモジュールをまとめて進化させたものです。 -自分のok()ルーチンを最初に書いたとき、Pritikinのテストモジュールの存在にまったく気づいていませんでした。 -このモジュールが在るのは、簡単にテストの名前をテストのインターフェースに、押し込む方法を見つけ出せなかったからです -(他のいくつかの問題とともに)。 +ããã¯ãJoshua Pritikin ã®ãã¹ãã¢ã¸ã¥ã¼ã«ãã¾ã¨ãã¦é²åããããã®ã§ãã +èªåã®ok()ã«ã¼ãã³ãæåã«æ¸ããã¨ããPritikinã®ãã¹ãã¢ã¸ã¥ã¼ã«ã®åå¨ã«ã¾ã£ããæ°ã¥ãã¦ãã¾ããã§ããã +ãã®ã¢ã¸ã¥ã¼ã«ãå¨ãã®ã¯ãç°¡åã«ãã¹ãã®ååããã¹ãã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ã«ãæ¼ãè¾¼ãæ¹æ³ãè¦ã¤ãåºããªãã£ãããã§ã +(ä»ã®ããã¤ãã®åé¡ã¨ã¨ãã«)ã The goal here is to have a testing utility that's simple to learn, quick to use and difficult to trip yourself up with while still @@ -1452,11 +1452,11 @@ names of the most common routines are kept tiny, special cases and magic side-effects are kept to a minimum. WYSIWYG. -ここでのゴールは、存在するTest.pmより、柔軟性を提供しつつ -学びやすく、すぐに使えて、つまずきにくいテストのユーティリティです。 -こんなわけで、ほとんどの共通のルーチンの名前は小さいままにして、 -特別なケースと魔法の側面の効果は最小限にとどめました。 -WYSIWYG(訳註:what you see is what you get)。 +ããã§ã®ã´ã¼ã«ã¯ãåå¨ããTest.pmãããæè»æ§ãæä¾ãã¤ã¤ +å¦ã³ããããããã«ä½¿ãã¦ãã¤ã¾ããã«ãããã¹ãã®ã¦ã¼ãã£ãªãã£ã§ãã +ãããªããã§ãã»ã¨ãã©ã®å ±éã®ã«ã¼ãã³ã®ååã¯å°ããã¾ã¾ã«ãã¦ã +ç¹å¥ãªã±ã¼ã¹ã¨éæ³ã®å´é¢ã®å¹æã¯æå°éã«ã¨ã©ãã¾ããã +WYSIWYGï¼è¨³è¨»:what you see is what you getï¼ã =head1 SEE ALSO @@ -1465,51 +1465,51 @@ some tests. You can upgrade to Test::More later (it's forward compatible). -L<Test::Simple> もし、Test::Moreがまったく混乱させるだけのものであり、 -ただ、テストを書きたいだけなら。後で、Test::Moreにアップグレードできます -(Test::More は、上位互換性があります)。 +L<Test::Simple> ãããTest::Moreãã¾ã£ããæ··ä¹±ãããã ãã®ãã®ã§ããã +ãã ããã¹ããæ¸ãããã ããªããå¾ã§ãTest::Moreã«ã¢ããã°ã¬ã¼ãã§ãã¾ã +(Test::More ã¯ãä¸ä½äºææ§ãããã¾ã)ã L<Test::Harness> is the test runner and output interpreter for Perl. It's the thing that powers C<make test> and where the C<prove> utility comes from. -L<Test::Harness>は、テストを実行機であり、Perlの出力インタプリタです。 -C<make test>に力を与えているものであり、C<prove>ユーティリティが -由来するところです。 +L<Test::Harness>ã¯ããã¹ããå®è¡æ©ã§ãããPerlã®åºåã¤ã³ã¿ããªã¿ã§ãã +C<make test>ã«åãä¸ãã¦ãããã®ã§ãããC<prove>ã¦ã¼ãã£ãªãã£ã +ç±æ¥ããã¨ããã§ãã L<Test::Legacy> tests written with Test.pm, the original testing module, do not play well with other testing libraries. Test::Legacy emulates the Test.pm interface and does play well with others. -C<Test::Legacy>は、Test.pmと一緒に書かれた、オリジナルのテストモジュールです。 -他のテストライブラリと一緒にまうまく動きません。Test::Legacyは、 -Test.pmのインターフェースをエミュレートし、他のものとうまく動きます。 +C<Test::Legacy>ã¯ãTest.pmã¨ä¸ç·ã«æ¸ãããããªãªã¸ãã«ã®ãã¹ãã¢ã¸ã¥ã¼ã«ã§ãã +ä»ã®ãã¹ãã©ã¤ãã©ãªã¨ä¸ç·ã«ã¾ãã¾ãåãã¾ãããTest::Legacyã¯ã +Test.pmã®ã¤ã³ã¿ã¼ãã§ã¼ã¹ãã¨ãã¥ã¬ã¼ãããä»ã®ãã®ã¨ãã¾ãåãã¾ãã L<Test::Differences> for more ways to test complex data structures. And it plays well with Test::More. -L<Test::Differences> 複雑なデータ構造をテストするためのより多くの方法のために。 -Test::Moreと一緒によくはたらきます。 +L<Test::Differences> è¤éãªãã¼ã¿æ§é ããã¹ãããããã®ããå¤ãã®æ¹æ³ã®ããã«ã +Test::Moreã¨ä¸ç·ã«ããã¯ãããã¾ãã L<Test::Class> is like xUnit but more perlish. -L<Test::Class> は、xUnitに似ていますが、より perlっぽいです。 +L<Test::Class> ã¯ãxUnitã«ä¼¼ã¦ãã¾ããããã perlã£ã½ãã§ãã L<Test::Deep> gives you more powerful complex data structure testing. -L<Test::Deep> は、より協力で複雑なデータ構造のテストができます。 +L<Test::Deep> ã¯ãããååã§è¤éãªãã¼ã¿æ§é ã®ãã¹ããã§ãã¾ãã L<Test::Inline> shows the idea of embedded testing. -L<Test::Inline>テストを埋め込む考えを見せます。 +L<Test::Inline>ãã¹ããåãè¾¼ãèããè¦ãã¾ãã L<Bundle::Test> installs a whole bunch of useful test modules. -L<Bundle::Test> は、便利なテストもジュールを全部インストールします。 +L<Bundle::Test> ã¯ã便å©ãªãã¹ããã¸ã¥ã¼ã«ãå ¨é¨ã¤ã³ã¹ãã¼ã«ãã¾ãã -=head1 著者 +=head1 èè -(原文まま) +(åæã¾ã¾) Michael G Schwern E<lt>schwe****@pobox*****<gt> with much inspiration from Joshua Pritikin's Test module and lots of help from Barrie