org.exist.xmldb.test
Class RemoteDBTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xmldb.test.RemoteDBTest
Direct Known Subclasses:
RemoteCollectionTest, RemoteDatabaseImplTest

public abstract class RemoteDBTest
extends TestCase

An abstract wrapper for remote DB tests

Author:
Sebastian Bossung, Technische Universitaet Hamburg-Harburg, Pierrick Brihaye
See Also:
Serialized Form

Field Summary
static java.lang.String DB_DRIVER
           
protected static java.lang.String URI
           
 
Constructor Summary
RemoteDBTest(java.lang.String name)
           
 
Method Summary
 RemoteCollection getCollection()
           
protected  java.lang.String getTestCollectionName()
           
protected  void removeCollection()
           
 void setCollection(RemoteCollection collection)
           
protected  void setUpRemoteDatabase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

protected static final java.lang.String URI
See Also:
Constant Field Values

DB_DRIVER

public static final java.lang.String DB_DRIVER
See Also:
Constant Field Values
Constructor Detail

RemoteDBTest

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

setUpRemoteDatabase

protected void setUpRemoteDatabase()

removeCollection

protected void removeCollection()

getCollection

public RemoteCollection getCollection()

setCollection

public void setCollection(RemoteCollection collection)

getTestCollectionName

protected java.lang.String getTestCollectionName()


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