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

testGetNamespaceURI

public void testGetNamespaceURI()
                         throws XQException
Throws:
XQException

testDeclareNamespace

public void testDeclareNamespace()
                          throws XQException
Throws:
XQException

testGetDefaultElementTypeNamespace

public void testGetDefaultElementTypeNamespace()
                                        throws XQException
Throws:
XQException

testSetDefaultElementTypeNamespace

public void testSetDefaultElementTypeNamespace()
                                        throws XQException
Throws:
XQException

testGetDefaultFunctionNamespace

public void testGetDefaultFunctionNamespace()
                                     throws XQException
Throws:
XQException

testSetDefaultFunctionNamespace

public void testSetDefaultFunctionNamespace()
                                     throws XQException
Throws:
XQException

testGetContextItemStaticType

public void testGetContextItemStaticType()
                                  throws XQException
Throws:
XQException

testSetContextItemStaticType

public void testSetContextItemStaticType()
                                  throws XQException
Throws:
XQException

testGetDefaultCollation

public void testGetDefaultCollation()
                             throws XQException
Throws:
XQException

testSetDefaultCollation

public void testSetDefaultCollation()
                             throws XQException
Throws:
XQException

testGetConstructionMode

public void testGetConstructionMode()
                             throws XQException
Throws:
XQException

testSetConstructionMode

public void testSetConstructionMode()
                             throws XQException
Throws:
XQException

testGetOrderingMode

public void testGetOrderingMode()
                         throws XQException
Throws:
XQException

testSetOrderingMode

public void testSetOrderingMode()
                         throws XQException
Throws:
XQException

testGetDefaultOrderForEmptySequences

public void testGetDefaultOrderForEmptySequences()
                                          throws XQException
Throws:
XQException

testSetDefaultOrderForEmptySequences

public void testSetDefaultOrderForEmptySequences()
                                          throws XQException
Throws:
XQException

testGetBoundarySpacePolicy

public void testGetBoundarySpacePolicy()
                                throws XQException
Throws:
XQException

testSetBoundarySpacePolicy

public void testSetBoundarySpacePolicy()
                                throws XQException
Throws:
XQException

testGetCopyNamespacesModePreserve

public void testGetCopyNamespacesModePreserve()
                                       throws XQException
Throws:
XQException

testSetCopyNamespacesModePreserve

public void testSetCopyNamespacesModePreserve()
                                       throws XQException
Throws:
XQException

testGetCopyNamespacesModeInherit

public void testGetCopyNamespacesModeInherit()
                                      throws XQException
Throws:
XQException

testSetCopyNamespacesModeInherit

public void testSetCopyNamespacesModeInherit()
                                      throws XQException
Throws:
XQException

testGetBaseURI

public void testGetBaseURI()
                    throws XQException
Throws:
XQException

testSetBaseURI

public void testSetBaseURI()
                    throws XQException
Throws:
XQException

testGetBindingMode

public void testGetBindingMode()
                        throws XQException
Throws:
XQException

testSetBindingMode

public void testSetBindingMode()
                        throws XQException
Throws:
XQException

testGetHoldability

public void testGetHoldability()
                        throws XQException
Throws:
XQException

testSetHoldability

public void testSetHoldability()
                        throws XQException
Throws:
XQException

testGetQueryLanguageTypeAndVersion

public void testGetQueryLanguageTypeAndVersion()
                                        throws XQException
Throws:
XQException

testSetQueryLanguageTypeAndVersion

public void testSetQueryLanguageTypeAndVersion()
                                        throws XQException
Throws:
XQException

testGetScrollability

public void testGetScrollability()
                          throws XQException
Throws:
XQException

testSetScrollability

public void testSetScrollability()
                          throws XQException
Throws:
XQException

testGetQueryTimeout

public void testGetQueryTimeout()
                         throws XQException
Throws:
XQException

testSetQueryTimeout

public void testSetQueryTimeout()
                         throws XQException
Throws:
XQException