Class XMLElementTest


  • public class XMLElementTest
    extends TestSuite
    A test suite for XmlElement
    Version:
    $Id$
    Author:
    John Reekie
    • 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.