org.basex.test.xqj.testcases
Class XQItemAccessorTest

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

public class XQItemAccessorTest
extends XQJTestCase


Constructor Summary
XQItemAccessorTest()
           
 
Method Summary
 void testGetAtomicValue()
           
 void testGetBoolean()
           
 void testGetByte()
           
 void testGetDouble()
           
 void testGetFloat()
           
 void testGetInt()
           
 void testGetItemAsStream()
           
 void testGetItemAsString()
           
 void testGetItemType()
           
 void testGetLong()
           
 void testGetNode()
           
 void testGetNodeUri()
           
 void testGetObject_AllTypes()
           
 void testGetObject()
           
 void testGetShort()
           
 void testInstanceOf()
           
 void testWriteItem_OutputStream()
           
 void testWriteItem_Writer()
           
 void testWriteItemToResult()
           
 void testWriteItemToSAX()
           
 
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

XQItemAccessorTest

public XQItemAccessorTest()
Method Detail

testGetBoolean

public void testGetBoolean()
                    throws XQException
Throws:
XQException

testGetByte

public void testGetByte()
                 throws XQException
Throws:
XQException

testGetDouble

public void testGetDouble()
                   throws XQException
Throws:
XQException

testGetFloat

public void testGetFloat()
                  throws XQException
Throws:
XQException

testGetInt

public void testGetInt()
                throws XQException
Throws:
XQException

testGetItemType

public void testGetItemType()
                     throws XQException
Throws:
XQException

testGetAtomicValue

public void testGetAtomicValue()
                        throws XQException
Throws:
XQException

testGetLong

public void testGetLong()
                 throws XQException
Throws:
XQException

testGetNode

public void testGetNode()
                 throws XQException
Throws:
XQException

testGetNodeUri

public void testGetNodeUri()
                    throws XQException
Throws:
XQException

testGetObject

public void testGetObject()
                   throws XQException
Throws:
XQException

testGetObject_AllTypes

public void testGetObject_AllTypes()
                            throws XQException
Throws:
XQException

testGetItemAsStream

public void testGetItemAsStream()
                         throws XQException
Throws:
XQException

testGetItemAsString

public void testGetItemAsString()
                         throws XQException
Throws:
XQException

testGetShort

public void testGetShort()
                  throws XQException
Throws:
XQException

testInstanceOf

public void testInstanceOf()
                    throws XQException
Throws:
XQException

testWriteItem_OutputStream

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

testWriteItem_Writer

public void testWriteItem_Writer()
                          throws XQException
Throws:
XQException

testWriteItemToSAX

public void testWriteItemToSAX()
                        throws XQException
Throws:
XQException

testWriteItemToResult

public void testWriteItemToResult()
                           throws XQException
Throws:
XQException