org.xmldb.api.tests
Class CollectionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.xmldb.api.tests.XMLDBTestCase
              extended by org.xmldb.api.tests.CollectionTest
All Implemented Interfaces:
junit.framework.Test

public class CollectionTest
extends XMLDBTestCase


Field Summary
 
Fields inherited from class org.xmldb.api.tests.XMLDBTestCase
col, collectionURI, config, driver, password, quiet, rootCollection, supportsBinary, supportsManagement, supportsNested, supportsTransactions, supportsXPath, supportsXUpdate, uriPrefix, username
 
Constructor Summary
CollectionTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testCreateResource()
           
 void testGetChildCollection()
           
 void testGetChildCollectionCount()
           
 void testGetName()
           
 void testGetParentCollection()
           
 void testGetResource()
           
 void testGetResourceCount()
           
 void testListChildCollections()
           
 void testListResources()
           
 void testRemoveResource()
           
 void testStoreResource()
           
 void testStub()
           
 void testXPathQueryService()
           
 
Methods inherited from class org.xmldb.api.tests.XMLDBTestCase
checkCapabilities, initRepository, insertResource, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionTest

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

suite

public static junit.framework.Test suite()

testGetName

public void testGetName()

testGetParentCollection

public void testGetParentCollection()

testGetChildCollectionCount

public void testGetChildCollectionCount()

testListChildCollections

public void testListChildCollections()

testGetChildCollection

public void testGetChildCollection()

testGetResourceCount

public void testGetResourceCount()

testListResources

public void testListResources()

testCreateResource

public void testCreateResource()

testStoreResource

public void testStoreResource()

testRemoveResource

public void testRemoveResource()

testGetResource

public void testGetResource()

testXPathQueryService

public void testXPathQueryService()

testStub

public void testStub()