Strange, I thought I saw a parameterless version... Thanks for clearing it up anyway.
Is there a submit(name, value) function? (perhaps in cvs?) If not, I'm happy to write one and contribute it. Let me know? - alasdair Alasdair Young -----Original Message----- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 11:25 AM To: Alasdair Young Subject: Re: [Jwebunit-development] Missing code for things in JWebUnit api? 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 > > ------------------------------------------------------- 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
