net.firstpartners.nounit.utility.test
Class TestXmlUtil

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.firstpartners.nounit.utility.test.TestXmlUtil
All Implemented Interfaces:
junit.framework.Test

public class TestXmlUtil
extends junit.framework.TestCase

Tests the functions in the The Xml Util Class


Constructor Summary
TestXmlUtil(java.lang.String name)
          Constructor Required by Junit
 
Method Summary
static void main(java.lang.String[] args)
          Enable Junit to run this Class individually
static junit.framework.Test suite()
          Enable Junit to run this class
 void testGetNodeIndex()
          Test Indexing of nodes
 void testSearch()
          Test Search
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestXmlUtil

public TestXmlUtil(java.lang.String name)
Constructor Required by Junit
Parameters:
name -  
Method Detail

main

public static void main(java.lang.String[] args)
Enable Junit to run this Class individually
Parameters:
args -  

suite

public static junit.framework.Test suite()
Enable Junit to run this class
Returns:
TestSuite

testGetNodeIndex

public void testGetNodeIndex()
                      throws java.lang.Exception
Test Indexing of nodes

testSearch

public void testSearch()
                throws java.lang.Exception
Test Search