diva.util.test
Class XMLElementTest

java.lang.Object
  extended by diva.util.jester.TestSuite
      extended by diva.util.test.XMLElementTest

public class XMLElementTest
extends TestSuite

A test suite for XmlElement

Version:
$Id: XMLElementTest.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Constructor Summary
XMLElementTest(TestHarness harness)
          Constructor
 
Method Summary
static void main(java.lang.String[] argv)
          Create a default test harness and run all tests on it.
 void runSuite()
          runSuite()
 void testAttributes()
          Test attribute setting, getting, and removing
 void testConstructor()
          Test construction of XmlElement
 void testElements()
          Test children manipulation
 
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLElementTest

public XMLElementTest(TestHarness harness)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

testConstructor

public void testConstructor()
Test construction of XmlElement


testAttributes

public void testAttributes()
Test attribute setting, getting, and removing


testElements

public void testElements()
Test children manipulation


main

public static void main(java.lang.String[] argv)
Create a default test harness and run all tests on it.