Hello All,
I am currently porting jfctests from 2.00 to 2.08 and encountered an interface problem. When processing elements I use:
Object refObject = super.getXMLTestCase().getFoundObject(this.getRefId());
This method "getFoundObject" does not exist any more in the IXMLTestCase interface.
Can you tell me how to handle this in the new version ?
Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
I am currently porting jfctests from 2.00 to 2.08 and encountered an interface problem. When processing elements I use:
Object refObject = super.getXMLTestCase().getFoundObject(this.getRefId());
This method "getFoundObject" does not exist any more in the IXMLTestCase interface.
Can you tell me how to handle this in the new version ?
Thanks a lot.