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 testChild()
           
 void testChildCount()
           
 void testParent()
           
 void testPath()
           
 void testRemoveSelf()
           
 void testSession()
           
 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()

testChild

public void testChild()

testRemoveSelf

public void testRemoveSelf()
                    throws IOException

testPath

public void testPath()

testXML

public void testXML()

testWriteXMLFragment

public void testWriteXMLFragment()
                          throws IOException

testWriteXMLDocument

public void testWriteXMLDocument()
                          throws IOException