com.ricebridge.xmlman.in.test
Class XmlOutputHandlerTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.xmlman.in.test.XmlOutputHandlerTest
All Implemented Interfaces:
junit.framework.Test

public class XmlOutputHandlerTest
extends junit.framework.TestCase

Test cases for XmlOutputHandler.

The Source Code of this Java class is available under a BSD-style license.


Constructor Summary
XmlOutputHandlerTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
 OutNode makeNodeTree01()
           
static junit.framework.TestSuite suite()
           
 void testCreateNodeTree()
           
 void testFindSubNode()
           
 void testNoRecords()
           
 void testTraverse()
           
 void testValidRecordPath()
           
 void testWrite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlOutputHandlerTest

public XmlOutputHandlerTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

makeNodeTree01

public OutNode makeNodeTree01()

testTraverse

public void testTraverse()
                  throws Exception
Throws:
Exception

testFindSubNode

public void testFindSubNode()
                     throws Exception
Throws:
Exception

testCreateNodeTree

public void testCreateNodeTree()
                        throws Exception
Throws:
Exception

testWrite

public void testWrite()

testNoRecords

public void testNoRecords()

testValidRecordPath

public void testValidRecordPath()


Copyright © 2004-2005 Ricebridge