org.basex.test.xqj.testcases
Class XQItemTypeTest

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

public class XQItemTypeTest
extends XQJTestCase


Constructor Summary
XQItemTypeTest()
           
 
Method Summary
 void testItemKindAtomic()
           
 void testItemKindAttribute()
           
 void testItemKindComment()
           
 void testItemKindDocument()
           
 void testItemKindDocumentElement()
           
 void testItemKindDocumentSchemaElement()
           
 void testItemKindElement()
           
 void testItemKindItem()
           
 void testItemKindNode()
           
 void testItemKindPI()
           
 void testItemKindSchemaAttribute()
           
 void testItemKindSchemaElement()
           
 void testItemKindText()
           
 
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

XQItemTypeTest

public XQItemTypeTest()
Method Detail

testItemKindAtomic

public void testItemKindAtomic()
                        throws XQException
Throws:
XQException

testItemKindAttribute

public void testItemKindAttribute()
                           throws XQException
Throws:
XQException

testItemKindComment

public void testItemKindComment()
                         throws XQException
Throws:
XQException

testItemKindDocument

public void testItemKindDocument()
                          throws XQException
Throws:
XQException

testItemKindDocumentElement

public void testItemKindDocumentElement()
                                 throws XQException
Throws:
XQException

testItemKindDocumentSchemaElement

public void testItemKindDocumentSchemaElement()
                                       throws XQException
Throws:
XQException

testItemKindElement

public void testItemKindElement()
                         throws XQException
Throws:
XQException

testItemKindItem

public void testItemKindItem()
                      throws XQException
Throws:
XQException

testItemKindNode

public void testItemKindNode()
                      throws XQException
Throws:
XQException

testItemKindPI

public void testItemKindPI()
                    throws XQException
Throws:
XQException

testItemKindSchemaAttribute

public void testItemKindSchemaAttribute()
                                 throws XQException
Throws:
XQException

testItemKindSchemaElement

public void testItemKindSchemaElement()
                               throws XQException
Throws:
XQException

testItemKindText

public void testItemKindText()
                      throws XQException
Throws:
XQException