org.basex.test.xqj.testcases
Class XQConnectionTest

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.XQConnectionTest
All Implemented Interfaces:
junit.framework.Test

public class XQConnectionTest
extends XQJTestCase


Constructor Summary
XQConnectionTest()
           
 
Method Summary
 void testClose()
           
 void testCommit()
           
 void testCreateExpression_XQStaticContext()
           
 void testCreateExpression()
           
 void testGetAutoCommit()
           
 void testGetMetaData()
           
 void testGetStaticContext()
           
 void testIsClosed()
           
 void testPrepareExpression_InputStream_XQStaticContext()
           
 void testPrepareExpression_InputStream()
           
 void testPrepareExpression_Reader_XQStaticContext()
           
 void testPrepareExpression_Reader()
           
 void testPrepareExpression_XQStaticContext()
           
 void testPrepareExpression()
           
 void testRollback()
           
 void testSetAutoCommit()
           
 void testSetStaticContext()
           
 
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

XQConnectionTest

public XQConnectionTest()
Method Detail

testClose

public void testClose()
               throws XQException
Throws:
XQException

testSetAutoCommit

public void testSetAutoCommit()
                       throws XQException
Throws:
XQException

testGetAutoCommit

public void testGetAutoCommit()
                       throws XQException
Throws:
XQException

testCommit

public void testCommit()
                throws XQException
Throws:
XQException

testCreateExpression

public void testCreateExpression()
                          throws XQException
Throws:
XQException

testCreateExpression_XQStaticContext

public void testCreateExpression_XQStaticContext()
                                          throws XQException
Throws:
XQException

testGetMetaData

public void testGetMetaData()
                     throws XQException
Throws:
XQException

testIsClosed

public void testIsClosed()
                  throws XQException
Throws:
XQException

testPrepareExpression

public void testPrepareExpression()
                           throws XQException
Throws:
XQException

testPrepareExpression_XQStaticContext

public void testPrepareExpression_XQStaticContext()
                                           throws XQException
Throws:
XQException

testPrepareExpression_Reader

public void testPrepareExpression_Reader()
                                  throws XQException
Throws:
XQException

testPrepareExpression_Reader_XQStaticContext

public void testPrepareExpression_Reader_XQStaticContext()
                                                  throws XQException
Throws:
XQException

testPrepareExpression_InputStream

public void testPrepareExpression_InputStream()
                                       throws XQException,
                                              java.io.UnsupportedEncodingException
Throws:
XQException
java.io.UnsupportedEncodingException

testPrepareExpression_InputStream_XQStaticContext

public void testPrepareExpression_InputStream_XQStaticContext()
                                                       throws XQException,
                                                              java.io.UnsupportedEncodingException
Throws:
XQException
java.io.UnsupportedEncodingException

testRollback

public void testRollback()
                  throws XQException
Throws:
XQException

testGetStaticContext

public void testGetStaticContext()
                          throws XQException
Throws:
XQException

testSetStaticContext

public void testSetStaticContext()
                          throws XQException
Throws:
XQException