nu.xom.tests
Class XOMTestCaseTest
java.lang.Object
TestCase
nu.xom.tests.XOMTestCase
nu.xom.tests.XOMTestCaseTest
public class XOMTestCaseTest
- extends XOMTestCase
Unit tests for XOMTestCase. Added after the first bug discovered in
XOM 1.0 showed up in XOMTestCase.
- Version:
- 1.1a2
- Author:
- Elliotte Rusty Harold
Methods inherited from class nu.xom.tests.XOMTestCase |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XOMTestCaseTest
public XOMTestCaseTest(java.lang.String name)
testNullCheck
public void testNullCheck()
testNamespaceEqualsItself
public void testNamespaceEqualsItself()
testCompareMismatchedTypes
public void testCompareMismatchedTypes()
testCompareMismatchedNullNodeTypes
public void testCompareMismatchedNullNodeTypes()
testCompareAttributesAsNodes
public void testCompareAttributesAsNodes()
testCombineTextNodes
public void testCombineTextNodes()
testTrickyCombineTextNodes
public void testTrickyCombineTextNodes()
testCombineThreeTextNodes
public void testCombineThreeTextNodes()
testCombineThreeTextNodes2
public void testCombineThreeTextNodes2()
testUnequalElements
public void testUnequalElements()
testCompareXMLBaseAttributes
public void testCompareXMLBaseAttributes()
testCompareChildren
public void testCompareChildren()
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu