diva.util.test
Class XMLParserTest

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

public class XMLParserTest
extends TestSuite

A test suite for XMLParser and XMLPrinter

Version:
$Id: XMLParserTest.java 43472 2006-08-21 23:16:56Z cxh $
Author:
John Reekie

Constructor Summary
XMLParserTest(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 testParse()
          Test construction of XMLParser
 
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

XMLParserTest

public XMLParserTest(TestHarness harness)
Constructor

Method Detail

runSuite

public void runSuite()
runSuite()

Specified by:
runSuite in class TestSuite

testParse

public void testParse()
Test construction of XMLParser


main

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