Jero Cortés - 2009-02-12

The official site of JFCUnit shows an example of generating tag handlers. The example includes, inside the method "public void processElement()" two lines that Eclipse marks as incorrect:

getXMLTestCase().addFoundObject(id, mark);
long mark = ((Long) getXMLTestCase().getFoundObject(getString("refid"))).longValue();

It says the "addFoundObject" is undefined for the IXMLTestCase.

I'm using the JFCUnit eclipse plug-in, version 2.08.

Any sugestion?