org.basex.test.xqj.testcases
Class XQDataSourceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.basex.test.xqj.testcases.XQJTestCase
              extended by org.basex.test.xqj.testcases.XQDataSourceTest
All Implemented Interfaces:
Test

public class XQDataSourceTest
extends XQJTestCase


Constructor Summary
XQDataSourceTest()
           
 
Method Summary
 void testGetConnection_jdbc()
           
 void testGetConnection_uid_pwd()
           
 void testGetConnection()
           
 void testGetLoginTimeout()
           
 void testGetLogWriter()
           
 void testGetProperty()
           
 void testGetSupportedPropertyNames()
           
 void testSetLoginTimeout()
           
 void testSetLogWriter()
           
 void testSetProperties()
           
 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

XQDataSourceTest

public XQDataSourceTest()
Method Detail

testGetConnection

public void testGetConnection()
                       throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetConnection_jdbc

public void testGetConnection_jdbc()
                            throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetConnection_uid_pwd

public void testGetConnection_uid_pwd()
                               throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetLoginTimeout

public void testGetLoginTimeout()
                         throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetLogWriter

public void testGetLogWriter()
                      throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetSupportedPropertyNames

public void testGetSupportedPropertyNames()
                                   throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testSetProperty

public void testSetProperty()
                     throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testGetProperty

public void testGetProperty()
                     throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testSetProperties

public void testSetProperties()
                       throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testSetLoginTimeout

public void testSetLoginTimeout()
                         throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException

testSetLogWriter

public void testSetLogWriter()
                      throws javax.xml.xquery.XQException
Throws:
javax.xml.xquery.XQException