名前¶
HTTP::WebTest::Parser - Parse wtscript files.
HTTP::WebTest::Parser - wtscript ファイルの解析
概要¶
use HTTP::WebTest::Parser;
my $tests = HTTP::WebTest::Parser->parse($data);
説明¶
Parses a wtscript file and converts it to a set of test objects.
wtscript ファイルを解析してテストオブジェクトのセットに変換します.
CLASS METHODS¶
parse ($data)¶
Parses wtscript text data passed in a scalar variable $data
.
スカラー変数 $data
に渡された wtscript テキストデータを解析します.
復帰値¶
A list of two elements - a reference to an array that contains test objects and a reference to a hash that contains test parameters.
2つの要素をもつリスト - テストオブジェクトを格納した配列への リファレンスとテストパラメータを格納したハッシュへのリファレンス.
write_test ($params_aref)¶
Given a set of test parameters generates text representation of the test.
与えられたテストパラメータからテストのテキスト表現を生成します.
復帰値¶
The test text.
テストテキスト.
コピーライト¶
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 自身と同じ条件下で再配布・改変可能です.