edu.memphis.ccrg.lida.framework.initialization
Class XmlUtilsTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.initialization.XmlUtilsTest

public class XmlUtilsTest
extends java.lang.Object


Constructor Summary
XmlUtilsTest()
           
 
Method Summary
 void setUp()
           
 void testGetBooleanValue()
           
 void testGetChild()
           
 void testGetChildren()
           
 void testGetChildrenInGroup()
           
 void testGetChildrenValues()
           
 void testGetIntValue()
           
 void testGetParams()
           
 void testGetTextValue()
           
 void testGetTypedParams1()
           
 void testGetTypedParams2()
           
 void testGetValue()
           
 void testParseXmlFile()
           
 void testValidateXmlFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtilsTest

public XmlUtilsTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testParseXmlFile

public void testParseXmlFile()

testValidateXmlFile

public void testValidateXmlFile()

testGetTextValue

public void testGetTextValue()

testGetIntValue

public void testGetIntValue()

testGetBooleanValue

public void testGetBooleanValue()

testGetValue

public void testGetValue()

testGetParams

public void testGetParams()

testGetTypedParams1

public void testGetTypedParams1()

testGetTypedParams2

public void testGetTypedParams2()

testGetChild

public void testGetChild()

testGetChildren

public void testGetChildren()

testGetChildrenValues

public void testGetChildrenValues()

testGetChildrenInGroup

public void testGetChildrenInGroup()