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
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 |
BaseNodeTest
public BaseNodeTest(String name)
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