public class XMLElementTest extends TestSuite
Constructor and Description |
---|
XMLElementTest(TestHarness harness)
Constructor
|
Modifier and Type | Method and 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 removing
|
void |
testConstructor()
Test construction of XmlElement
|
void |
testElements()
Test children manipulation
|
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
public XMLElementTest(TestHarness harness)
public void testConstructor()
public void testAttributes()
public void testElements()
public static void main(java.lang.String[] argv)