Package org.xmldb.api.tests
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 Summary
Constructors Constructor Description CollectionTest(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
setUp, tearDown
-
Methods inherited from class junit.framework.TestCase
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, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
-
-
-
-
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()
-
-