
HTTP::WebTest::Parser - Parse wtscript files.

use HTTP::WebTest::Parser;
my $tests = HTTP::WebTest::Parser->parse($data);

Parses a wtscript file and converts it to a set of test objects.

Parses wtscript text data passed in a scalar variable $data.
A list of two elements - a reference to an array that contains test objects and a reference to a hash that contains test parameters.
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.
