org.basex.test.xqj.testcases
Class XQSequenceTest

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

public class XQSequenceTest
extends XQJTestCase


Constructor Summary
XQSequenceTest()
           
 
Method Summary
 void testAbsolute()
           
 void testAfterLast()
           
 void testBeforeFirst()
           
 void testClose()
           
 void testCount()
           
 void testFirst()
           
 void testGetItem()
           
 void testGetPosition()
           
 void testGetSequenceAsStream()
           
 void testGetSequenceAsString()
           
 void testIsAfterLast()
           
 void testIsBeforeFirst()
           
 void testIsClosed()
           
 void testIsFirst()
           
 void testIsLast()
           
 void testIsOnItem()
           
 void testIsScrollable()
           
 void testLast()
           
 void testNext()
           
 void testPrevious()
           
 void testRelative()
           
 void testWriteSequence_OutputStream()
           
 void testWriteSequence_Writer()
           
 void testWriteSequenceToResult()
           
 void testWriteSequenceToSAX()
           
 
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

XQSequenceTest

public XQSequenceTest()
Method Detail

testAbsolute

public void testAbsolute()
                  throws XQException
Throws:
XQException

testAfterLast

public void testAfterLast()
                   throws XQException
Throws:
XQException

testBeforeFirst

public void testBeforeFirst()
                     throws XQException
Throws:
XQException

testClose

public void testClose()
               throws XQException
Throws:
XQException

testIsClosed

public void testIsClosed()
                  throws XQException
Throws:
XQException

testCount

public void testCount()
               throws XQException
Throws:
XQException

testGetPosition

public void testGetPosition()
                     throws XQException
Throws:
XQException

testIsOnItem

public void testIsOnItem()
                  throws XQException
Throws:
XQException

testIsScrollable

public void testIsScrollable()
                      throws XQException
Throws:
XQException

testFirst

public void testFirst()
               throws XQException
Throws:
XQException

testGetItem

public void testGetItem()
                 throws XQException
Throws:
XQException

testGetSequenceAsStream

public void testGetSequenceAsStream()
                             throws XQException
Throws:
XQException

testGetSequenceAsString

public void testGetSequenceAsString()
                             throws XQException
Throws:
XQException

testIsAfterLast

public void testIsAfterLast()
                     throws XQException
Throws:
XQException

testIsBeforeFirst

public void testIsBeforeFirst()
                       throws XQException
Throws:
XQException

testIsFirst

public void testIsFirst()
                 throws XQException
Throws:
XQException

testIsLast

public void testIsLast()
                throws XQException
Throws:
XQException

testLast

public void testLast()
              throws XQException
Throws:
XQException

testNext

public void testNext()
              throws XQException
Throws:
XQException

testPrevious

public void testPrevious()
                  throws XQException
Throws:
XQException

testRelative

public void testRelative()
                  throws XQException
Throws:
XQException

testWriteSequence_OutputStream

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

testWriteSequence_Writer

public void testWriteSequence_Writer()
                              throws XQException
Throws:
XQException

testWriteSequenceToSAX

public void testWriteSequenceToSAX()
                            throws XQException
Throws:
XQException

testWriteSequenceToResult

public void testWriteSequenceToResult()
                               throws XQException
Throws:
XQException