Class CollectionTest

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

public class CollectionTest extends XMLDBTestCase
  • Constructor Details

    • CollectionTest

      public CollectionTest(String name)
  • Method Details

    • 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()