The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

    use HTTP::WebTest::Parser;

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

DESCRIPTION

Parses wtscript and converts it in set of test objects.

CLASS METHODS

parse ($data)

Parses wtscript passed as scalar variable $data.

Returns

A list of two elements - a reference on array which contains test objects and a reference on hash which contains test params.

COPYRIGHT

Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.

This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API