org.basex.test.xmldb
Class CollectionTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.basex.test.xmldb.CollectionTest
- All Implemented Interfaces:
- junit.framework.Test
public class CollectionTest
- extends junit.framework.TestCase
This class tests the XMLDB/API Collection implementation.
- Author:
- Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen
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 |
CollectionTest
public CollectionTest()
testGetName
public void testGetName()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetServices
public void testGetServices()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetService
public void testGetService()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetParentCollection
public void testGetParentCollection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetChildCollectionCount
public void testGetChildCollectionCount()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListChildCollections
public void testListChildCollections()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetChildCollection
public void testGetChildCollection()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetResourceCount
public void testGetResourceCount()
throws java.lang.Exception
- Throws:
java.lang.Exception
testListResources
public void testListResources()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreateResource
public void testCreateResource()
throws java.lang.Exception
- Throws:
java.lang.Exception
testStoreResource
public void testStoreResource()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRemoveResource
public void testRemoveResource()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCreateId
public void testCreateId()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIsOpen
public void testIsOpen()
throws java.lang.Exception
- Throws:
java.lang.Exception
testClose
public void testClose()
throws java.lang.Exception
- Throws:
java.lang.Exception
testGetProperty
public void testGetProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSetProperty
public void testSetProperty()
throws java.lang.Exception
- Throws:
java.lang.Exception