xml-rpc-test-procs.tcl

Test the XML-RPC interface

Location:
packages/xml-rpc/tcl/test/xml-rpc-test-procs.tcl
Created:
Sat Oct 25 10:49:55 2003
Author:
Vinod Kurup [vinod@kurup.com]
CVS Identification:
$Id: xml-rpc-test-procs.tcl,v 1.9 2021/02/19 15:29:59 hectorr Exp $

Procedures in this file

Detailed information

_xml-rpc__xml_rpc_construct (private)

 _xml-rpc__xml_rpc_construct

Testcases:
No testcase defined.

_xml-rpc__xml_rpc_decode_value (private)

 _xml-rpc__xml_rpc_decode_value

Testcases:
No testcase defined.

_xml-rpc__xml_rpc_fault (private)

 _xml-rpc__xml_rpc_fault

Testcases:
No testcase defined.

_xml-rpc__xml_rpc_mounted (private)

 _xml-rpc__xml_rpc_mounted

Testcases:
No testcase defined.

_xml-rpc__xml_rpc_respond (private)

 _xml-rpc__xml_rpc_respond

Testcases:
No testcase defined.

_xml-rpc__xml_rpc_validate (private)

 _xml-rpc__xml_rpc_validate

Testcases:
No testcase defined.

xmlrpc::test::decode_test_prep (private)

 xmlrpc::test::decode_test_prep value

Takes the contents of a <value> node, calls xmlrpc::decode_value and returns the result. This is done repeatedly in the xml_rpc_decode_value test, so I broke it out into a separate function for that purpose

Parameters:
value (required)

Testcases:
No testcase defined.
[ show source ]