org.basex.test.xqj.testcases
Class XQQueryExceptionTest

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

public class XQQueryExceptionTest
extends XQJTestCase


Constructor Summary
XQQueryExceptionTest()
           
 
Method Summary
 void testConstructor1()
           
 void testConstructor2()
           
 void testConstructor5()
           
 void testConstructor6()
           
 void testConstructor9()
           
 void testGetColumnNumber()
           
 void testGetErrorCode()
           
 void testGetErrorObject()
           
 void testGetLineNumber()
           
 void testGetModuleURI()
           
 void testGetPosition()
           
 void testGetQueryStackTrace()
           
 
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

XQQueryExceptionTest

public XQQueryExceptionTest()
Method Detail

testConstructor1

public void testConstructor1()

testConstructor2

public void testConstructor2()

testConstructor5

public void testConstructor5()

testConstructor6

public void testConstructor6()

testConstructor9

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

testGetErrorCode

public void testGetErrorCode()

testGetErrorObject

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

testGetPosition

public void testGetPosition()

testGetQueryStackTrace

public void testGetQueryStackTrace()

testGetModuleURI

public void testGetModuleURI()

testGetLineNumber

public void testGetLineNumber()

testGetColumnNumber

public void testGetColumnNumber()