com.opensymphony.util.test
Class XMLUtilsTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.opensymphony.util.test.XMLUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class XMLUtilsTest
extends junit.framework.TestCase

JUnit test case for XMLUtils

Version:
$Revision: 1.2 $
Author:
Joe Walnes

Constructor Summary
XMLUtilsTest(java.lang.String name)
           
 
Method Summary
 void testCloneExternal()
           
 void testCloneInternal()
           
 void testElementText()
           
 void testInvalidXML()
           
 void testNewDocument()
           
 void testPrint()
           
 void testStringParse()
           
 void testTransform()
           
 void testXPathAttributes()
           
 void testXPathBase()
           
 void testXPathElements()
           
 void testXPathEmpties()
           
 void testXPathFilter()
           
 void testXPathList()
           
 void testXPathText()
           
 
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

XMLUtilsTest

public XMLUtilsTest(java.lang.String name)
Method Detail

testStringParse

public void testStringParse()
                     throws java.lang.Exception

testInvalidXML

public void testInvalidXML()
                    throws java.lang.Exception

testXPathElements

public void testXPathElements()
                       throws java.lang.Exception

testXPathAttributes

public void testXPathAttributes()
                         throws java.lang.Exception

testXPathText

public void testXPathText()
                   throws java.lang.Exception

testXPathEmpties

public void testXPathEmpties()
                      throws java.lang.Exception

testXPathBase

public void testXPathBase()
                   throws java.lang.Exception

testXPathList

public void testXPathList()
                   throws java.lang.Exception

testXPathFilter

public void testXPathFilter()
                     throws java.lang.Exception

testElementText

public void testElementText()
                     throws java.lang.Exception

testNewDocument

public void testNewDocument()
                     throws java.lang.Exception

testPrint

public void testPrint()
               throws java.lang.Exception

testCloneInternal

public void testCloneInternal()
                       throws java.lang.Exception

testCloneExternal

public void testCloneExternal()
                       throws java.lang.Exception

testTransform

public void testTransform()
                   throws java.lang.Exception

See www.opensymphony.com for more information.