org.basex.test.xmldb
Class CollectionManagementServiceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.basex.test.xmldb.CollectionManagementServiceTest
All Implemented Interfaces:
junit.framework.Test

public class CollectionManagementServiceTest
extends junit.framework.TestCase

This class tests the XMLDB/API CollectionManagementService implementation.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

Constructor Summary
CollectionManagementServiceTest()
           
 
Method Summary
 void testCreateCollection()
           
 void testGetName()
           
 void testGetVersion()
           
 void testRemoveCollection()
           
 void testSetCollection()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionManagementServiceTest

public CollectionManagementServiceTest()
Method Detail

testCreateCollection

public void testCreateCollection()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testRemoveCollection

public void testRemoveCollection()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testGetName

public void testGetName()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetVersion

public void testGetVersion()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testSetCollection

public void testSetCollection()