org.exist.xmldb.test
Class RemoteCollectionTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xmldb.test.RemoteDBTest
          extended byorg.exist.xmldb.test.RemoteCollectionTest

public class RemoteCollectionTest
extends RemoteDBTest

A test case for accessing collections remotely

Author:
jmv, Pierrick Brihaye
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exist.xmldb.test.RemoteDBTest
DB_DRIVER, URI
 
Constructor Summary
RemoteCollectionTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testCreateResource()
           
 void testGetNonExistentResource()
           
 void testGetPath()
           
 void testGetServices()
           
 void testIndexQueryService()
           
 void testIsRemoteCollection()
           
 void testListResources()
           
 
Methods inherited from class org.exist.xmldb.test.RemoteDBTest
getCollection, getTestCollectionName, removeCollection, setCollection, setUpRemoteDatabase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCollectionTest

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

setUp

protected void setUp()

tearDown

protected void tearDown()

testIndexQueryService

public void testIndexQueryService()

testGetServices

public void testGetServices()

testIsRemoteCollection

public void testIsRemoteCollection()

testGetPath

public void testGetPath()

testCreateResource

public void testCreateResource()

testGetNonExistentResource

public void testGetNonExistentResource()

testListResources

public void testListResources()

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.