maito.util
Class XMLToolsTest

java.lang.Object
  extended by TestCase
      extended by maito.util.XMLToolsTest

public class XMLToolsTest
extends TestCase


Constructor Summary
XMLToolsTest()
           
 
Method Summary
 void testCDATAContent()
          Test that the text content inside an element's CDATA block is received as it should.
 void testGetAttributeContent()
          Test that the text content of an attribute is received as it should.
 void testGetElementContent()
          Test that the text content of an element is received as it should.
 void testWriteToFile()
          Test that all elements are written to file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLToolsTest

public XMLToolsTest()
Method Detail

testGetElementContent

public void testGetElementContent()
Test that the text content of an element is received as it should.


testGetAttributeContent

public void testGetAttributeContent()
Test that the text content of an attribute is received as it should.


testCDATAContent

public void testCDATAContent()
Test that the text content inside an element's CDATA block is received as it should.


testWriteToFile

public void testWriteToFile()
Test that all elements are written to file.