org.xmldb.api.tests

Class CollectionTest


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(String name)

Method Summary

static 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

Constructor Details

CollectionTest

public CollectionTest(String name)

Method Details

suite

public static Test suite()

testCreateResource

public void testCreateResource()

testGetChildCollection

public void testGetChildCollection()

testGetChildCollectionCount

public void testGetChildCollectionCount()

testGetName

public void testGetName()

testGetParentCollection

public void testGetParentCollection()

testGetResource

public void testGetResource()

testGetResourceCount

public void testGetResourceCount()

testListChildCollections

public void testListChildCollections()

testListResources

public void testListResources()

testRemoveResource

public void testRemoveResource()

testStoreResource

public void testStoreResource()

testStub

public void testStub()

testXPathQueryService

public void testXPathQueryService()