Thanks Jason. I thought it might be possible to do the round trip testing with app engine but this does not seem to be the case. Thanks for the code sample. /johan
On Jun 10, 3:56 pm, Jason Parekh <[email protected]> wrote: > Hi Johan, > I don't think there are any frameworks that can let you test a round-trip > between the two. Instead, you'll likely want to test each side individually > (seehttp://code.google.com/appengine/docs/java/howto/unittesting.htmlfor > App Engine junit testing). > > If you're using the Eclipse plugin, I have a sample project that tests an > App Engine project, > seehttp://www.wuala.com/jasonparekh/Public/google/beingTested.zip/. > > Hope this helps, > jason > > > > On Wed, Jun 10, 2009 at 8:10 AM, Johan Lundberg <[email protected]> wrote: > > > Have been trying to make a unit test for my GWT and App Engine app but > > there is something I do wrong and I cannot find any documentation > > about this combination. > > >http://code.google.com/webtoolkit/tutorials/1.6/appengine.htmlshows > > the relation between gwt and appengine but it doesn't explain how to > > set up the unit tests. > > >http://code.google.com/webtoolkit/doc/1.6/DevGuideTesting.htmlis a > > great guide I have been using to make write my first tests, but it > > doesn't explain how I should invoke the local app engine server when > > making a unit test in hosted mode for my gwt app. > > > Any suggestions or pointers to guides? > > /johan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
