org.basex.test.xqj.testcases
Class XQStaticContextTest

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.XQStaticContextTest
All Implemented Interfaces:
Test

public class XQStaticContextTest
extends XQJTestCase


Constructor Summary
XQStaticContextTest()
           
 
Method Summary
 void testDeclareNamespace()
           
 void testGetBaseURI()
           
 void testGetBindingMode()
           
 void testGetBoundarySpacePolicy()
           
 void testGetConstructionMode()
           
 void testGetContextItemStaticType()
           
 void testGetCopyNamespacesModeInherit()
           
 void testGetCopyNamespacesModePreserve()
           
 void testGetDefaultCollation()
           
 void testGetDefaultElementTypeNamespace()
           
 void testGetDefaultFunctionNamespace()
           
 void testGetDefaultOrderForEmptySequences()
           
 void testGetHoldability()
           
 void testGetNamespacePrefixes()
           
 void testGetNamespaceURI()
           
 void testGetOrderingMode()
           
 void testGetQueryLanguageTypeAndVersion()
           
 void testGetQueryTimeout()
           
 void testGetScrollability()
           
 void testSetBaseURI()
           
 void testSetBindingMode()
           
 void testSetBoundarySpacePolicy()
           
 void testSetConstructionMode()
           
 void testSetContextItemStaticType()
           
 void testSetCopyNamespacesModeInherit()
           
 void testSetCopyNamespacesModePreserve()
           
 void testSetDefaultCollation()
           
 void testSetDefaultElementTypeNamespace()
           
 void testSetDefaultFunctionNamespace()
           
 void testSetDefaultOrderForEmptySequences()
           
 void testSetHoldability()
           
 void testSetOrderingMode()
           
 void testSetQueryLanguageTypeAndVersion()
           
 void testSetQueryTimeout()
           
 void testSetScrollability()
           
 
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

XQStaticContextTest

public XQStaticContextTest()
Method Detail

testGetNamespacePrefixes

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

testGetNamespaceURI

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

testDeclareNamespace

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

testGetDefaultElementTypeNamespace

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

testSetDefaultElementTypeNamespace

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

testGetDefaultFunctionNamespace

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

testSetDefaultFunctionNamespace

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

testGetContextItemStaticType

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

testSetContextItemStaticType

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

testGetDefaultCollation

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

testSetDefaultCollation

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

testGetConstructionMode

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

testSetConstructionMode

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

testGetOrderingMode

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

testSetOrderingMode

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

testGetDefaultOrderForEmptySequences

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

testSetDefaultOrderForEmptySequences

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

testGetBoundarySpacePolicy

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

testSetBoundarySpacePolicy

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

testGetCopyNamespacesModePreserve

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

testSetCopyNamespacesModePreserve

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

testGetCopyNamespacesModeInherit

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

testSetCopyNamespacesModeInherit

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

testGetBaseURI

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

testSetBaseURI

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

testGetBindingMode

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

testSetBindingMode

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

testGetHoldability

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

testSetHoldability

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

testGetQueryLanguageTypeAndVersion

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

testSetQueryLanguageTypeAndVersion

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

testGetScrollability

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

testSetScrollability

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

testGetQueryTimeout

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

testSetQueryTimeout

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