--- Begin Message --- The jwebunit-1.2.jar I have in my possession (which is the vanilla 1.2 jar) lists on WebTestCase a protected method:
protected void dumpResponse(PrintStream stream)
{
tester.dumpResponse(stream);
}
The api docs clearly show this method, and not the parameterless one.
Apparently, the submit(name, value) is missing.
The API was generated newly when the public site was published, so there could be a difference. If you download the 1.2 distribution, you will find the correct API documentation.
Martijn
Alasdair Young wrote:
Looking at the api, so far I've found two different missing methods that are listed:
dumpResponse()
and
submit(name, value)
Presumably these are in the cvs version? (I'm just using release 1.2)
Can someone note that the api and the released code are out of synch - and let me know if it's worth grabbing the cvs version :)
- alasdair
Alasdair Young
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development
--- End Message ---
