1XMLRPC::Test(3)       User Contributed Perl Documentation      XMLRPC::Test(3)
2
3
4

NAME

6       XMLRPC::Test - Test framework for XMLRPC::Lite
7

SYNOPSIS

9         use XMLRPC::Test;
10
11         XMLRPC::Test::Server::run_for('http://localhost/cgi-bin/XMLRPC.cgi');
12

DESCRIPTION

14       XMLRPC::Test provides simple framework for testing server
15       implementations.  Specify your address (endpoint) and run provided
16       tests against your server.  See t/1*.t for examples.
17
19       Copyright (C) 2000-2001 Paul Kulchenko. All rights reserved.
20
21       This library is free software; you can redistribute it and/or modify it
22       under the same terms as Perl itself.
23

AUTHOR

25       Paul Kulchenko (paulclinger@yahoo.com)
26
27
28
29perl v5.30.0                      2019-07-26                   XMLRPC::Test(3)
Impressum