Package diva.util.test
Class XMLElementTest
- java.lang.Object
-
- diva.util.jester.TestSuite
-
- diva.util.test.XMLElementTest
-
public class XMLElementTest extends TestSuite
A test suite for XmlElement- Version:
- $Id$
- Author:
- John Reekie
-
-
Constructor Summary
Constructors Constructor Description XMLElementTest(TestHarness harness)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 removingvoid
testConstructor()
Test construction of XmlElementvoid
testElements()
Test children manipulation-
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
-
-
-
-
Constructor Detail
-
XMLElementTest
public XMLElementTest(TestHarness harness)
Constructor
-
-
Method Detail
-
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.
-
-