From: Vladislav S. <vla...@gm...> - 2005-01-22 00:28:59
|
Oh, I see now. So I can use HtmlUnit from any environment that can access the API's (and Java), e.g. Jython. Thank you, David and Mike, for clarifying that. -Vlad On Fri, 21 Jan 2005 19:23:24 -0500, Mike Bowler <mb...@ga...> wrote: > Vladislav Sekulic wrote: > > >Since the htmlunit main page and docs all state that it is intended to > >be used in conjunction with a testing framework "such as JUnit," I was > >wondering if it could be used with other testing frameworks, namely > >PyUnit? > > > > > > HtmlUnit itself is written in Java and all of it's api's are also in > Java. If you can call Java api's from Python then you should be able to > use it from within the Python unit tests. I have no experience here so > I can't say more than that. > > -- > Mike Bowler > Principal, Gargoyle Software Inc. > Voice: (416) 822-0973 | Email : mb...@Ga... > Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |