com.buglabs.common.tests
Class XMLParseTests

java.lang.Object
  extended by TestCase
      extended by com.buglabs.common.tests.XMLParseTests

public class XMLParseTests
extends TestCase


Constructor Summary
XMLParseTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAnynodeXPath()
           
 void testAttrValueXPath()
           
 void testAttrValueXPath2()
           
 void testNamespaceXml()
           
 void testParseString()
           
 void testPrintXML()
           
 void testSimpleXPath()
           
 void testSimpleXPath2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParseTests

public XMLParseTests()
Method Detail

setUp

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

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleXPath

public void testSimpleXPath()

testAnynodeXPath

public void testAnynodeXPath()

testAttrValueXPath

public void testAttrValueXPath()

testAttrValueXPath2

public void testAttrValueXPath2()

testSimpleXPath2

public void testSimpleXPath2()

testParseString

public void testParseString()

testNamespaceXml

public void testNamespaceXml()

testPrintXML

public void testPrintXML()