org.exist.xmlrpc.test
Class XmlRpcTest

java.lang.Object
  extended byXMLTestCase
      extended byorg.exist.xmlrpc.test.XmlRpcTest

public class XmlRpcTest
extends XMLTestCase

JUnit test for XMLRPC interface methods.

Author:
wolf, Pierrick Brihaye
See Also:
Serialized Form

Constructor Summary
XmlRpcTest(java.lang.String name)
           
 
Method Summary
protected  XmlRpcClient getClient()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testCharEncoding()
           
 void testCollectionWithAccents()
           
 void testCollectionWithSpaces()
           
 void testExecuteQuery()
           
 void testQuery()
           
 void testQueryWithStylesheet()
           
 void testRetrieveDoc()
           
 void testStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcTest

public XmlRpcTest(java.lang.String name)
Method Detail

setUp

protected void setUp()

testStore

public void testStore()

testRetrieveDoc

public void testRetrieveDoc()

testCharEncoding

public void testCharEncoding()

testQuery

public void testQuery()

testQueryWithStylesheet

public void testQueryWithStylesheet()

testExecuteQuery

public void testExecuteQuery()

testCollectionWithAccents

public void testCollectionWithAccents()

testCollectionWithSpaces

public void testCollectionWithSpaces()

getClient

protected XmlRpcClient getClient()

main

public static void main(java.lang.String[] args)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.