org.basex.test.xmldb
Class DatabaseTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.basex.test.xmldb.DatabaseTest
All Implemented Interfaces:
Test

public class DatabaseTest
extends TestCase

This class tests the XMLDB/API Database implementation.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Constructor Summary
DatabaseTest()
           
 
Method Summary
 void testAcceptsURI()
           
 void testGetCollection()
           
 void testGetConformanceLevel()
           
 void testGetName()
           
 void testGetProperty()
           
 void testSetProperty()
           
 
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
 

Constructor Detail

DatabaseTest

public DatabaseTest()
Method Detail

testAcceptsURI

public void testAcceptsURI()
                    throws Exception
Throws:
Exception

testGetCollection

public void testGetCollection()
                       throws Exception
Throws:
Exception

testGetConformanceLevel

public void testGetConformanceLevel()
                             throws Exception
Throws:
Exception

testGetName

public void testGetName()
                 throws Exception
Throws:
Exception

testGetProperty

public void testGetProperty()
                     throws Exception
Throws:
Exception

testSetProperty

public void testSetProperty()
                     throws Exception
Throws:
Exception