edu.sdsc.inca.util
Class XmlWrapperTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.util.XmlWrapperTest
All Implemented Interfaces:
junit.framework.Test

public class XmlWrapperTest
extends junit.framework.TestCase

Test XMLWrapper abstract class functions

Author:
Shava Smallen <ssmallen@sdsc.edu>

Constructor Summary
XmlWrapperTest()
           
 
Method Summary
 void testConfigEquals()
           
 void testCryptSensitive()
          Test crypSensitive function
 void testPrettyPrint()
          Test prettyPrint method.
 void testReadSave()
          Test read and save functions
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

XmlWrapperTest

public XmlWrapperTest()
Method Detail

testConfigEquals

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

testCryptSensitive

public void testCryptSensitive()
                        throws java.lang.Exception
Test crypSensitive function

Throws:
java.lang.Exception

testReadSave

public void testReadSave()
                  throws java.lang.Exception
Test read and save functions

Throws:
java.lang.Exception

testPrettyPrint

public void testPrettyPrint()
                     throws java.lang.Exception
Test prettyPrint method.

Throws:
java.lang.Exception