org.newsml.toolkit.dom.unittests
Class BaseNodeTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.newsml.toolkit.dom.unittests.BaseNodeTest
All Implemented Interfaces:
junit.framework.Test

public class BaseNodeTest
extends junit.framework.TestCase


Constructor Summary
BaseNodeTest(String name)
           
 
Method Summary
 void testChildCount()
           
 void testGetAttr()
           
 void testGetChild()
           
 void testInsertAfter()
           
 void testInsertAfterDuid()
           
 void testInsertBefore()
           
 void testInsertBeforeDuid()
           
 void testInsertChild()
           
 void testInsertFirst()
           
 void testInsertLast()
           
 void testNonNewsMLChildren()
           
 void testParent()
           
 void testPath()
           
 void testRemoveChild()
           
 void testRemoveSelf()
           
 void testReplaceChild()
           
 void testSession()
           
 void testSetAttr()
           
 void testUnsetAttr()
           
 void testWriteXMLDocument()
           
 void testWriteXMLFragment()
           
 void testXML()
           
 void testXMLName()
           
 void testXPath()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseNodeTest

public BaseNodeTest(String name)
Method Detail

testXMLName

public void testXMLName()

testXPath

public void testXPath()

testSession

public void testSession()

testParent

public void testParent()

testChildCount

public void testChildCount()

testGetChild

public void testGetChild()

testInsertChild

public void testInsertChild()
                     throws IOException

testInsertFirst

public void testInsertFirst()
                     throws IOException

testInsertLast

public void testInsertLast()
                    throws IOException

testInsertBefore

public void testInsertBefore()
                      throws IOException

testInsertBeforeDuid

public void testInsertBeforeDuid()
                          throws IOException

testInsertAfter

public void testInsertAfter()
                     throws IOException

testInsertAfterDuid

public void testInsertAfterDuid()
                         throws IOException

testReplaceChild

public void testReplaceChild()
                      throws IOException

testRemoveChild

public void testRemoveChild()
                     throws IOException

testRemoveSelf

public void testRemoveSelf()
                    throws IOException

testGetAttr

public void testGetAttr()

testSetAttr

public void testSetAttr()
                 throws IOException

testUnsetAttr

public void testUnsetAttr()
                   throws IOException

testPath

public void testPath()

testNonNewsMLChildren

public void testNonNewsMLChildren()

testXML

public void testXML()

testWriteXMLFragment

public void testWriteXMLFragment()
                          throws IOException

testWriteXMLDocument

public void testWriteXMLDocument()
                          throws IOException