1XMLRPC::Test(3) User Contributed Perl Documentation XMLRPC::Test(3)
2
3
4
6 XMLRPC::Test - Test framework for XMLRPC::Lite
7
9 use XMLRPC::Test;
10
11 XMLRPC::Test::Server::run_for('http://localhost/cgi-bin/XMLRPC.cgi');
12
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
25 Paul Kulchenko (paulclinger@yahoo.com)
26
27
28
29perl v5.34.0 2022-01-21 XMLRPC::Test(3)