DOML3 core test case questions

Neil Delima <[email protected]> Wed, 12 Nov 2003 23:42:45 -0500
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <OFFD639142.EA554061-ON85256DDC.007438C1-85256DDD.001A165E@ca.ibm.com>





- Test cases for attributes Text.isElementContentWhitespace and Attr.isId,
when transformed to java, appear to get inappropriately prefixed with a
"get".  Is there a fix for this?

-  Does the test framework support testing methods that either return
UserDataObject's or accept UserDataObject parameters.
   For example to test getParameter(...) is something like following valid?

<var name="doc" type="Document"/>
<var name="domConfig" type="DOMConfiguration"/>
<var name="param" type="Booelan"/> <!-- might case validation errors -->
<load var="doc" href="staffNS" willBeModified="false"/>
<domConfig obj="doc" var="domConfig" interface="Document"/>
<getParameter obj="domConfig" var="param" name='"comments"'/>
<assertEquals actual="param" expected='Boolean.TRUE' id="blah"/>  <!--
again possible validation errors -->


- Is there any way of specifying more than one acceptable expected
exception on a method?


Thanks,
Neil Delima / IBM.