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:
junit.framework.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 XQException
Throws:
XQException

testGetConnection_jdbc

public void testGetConnection_jdbc()
                            throws XQException
Throws:
XQException

testGetConnection_uid_pwd

public void testGetConnection_uid_pwd()
                               throws XQException
Throws:
XQException

testGetLoginTimeout

public void testGetLoginTimeout()
                         throws XQException
Throws:
XQException

testGetLogWriter

public void testGetLogWriter()
                      throws XQException
Throws:
XQException

testGetSupportedPropertyNames

public void testGetSupportedPropertyNames()
                                   throws XQException
Throws:
XQException

testSetProperty

public void testSetProperty()
                     throws XQException
Throws:
XQException

testGetProperty

public void testGetProperty()
                     throws XQException
Throws:
XQException

testSetProperties

public void testSetProperties()
                       throws XQException
Throws:
XQException

testSetLoginTimeout

public void testSetLoginTimeout()
                         throws XQException
Throws:
XQException

testSetLogWriter

public void testSetLogWriter()
                      throws XQException
Throws:
XQException