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 (see http://code.google.com/appengine/docs/java/howto/unittesting.html for App Engine junit testing).
If you're using the Eclipse plugin, I have a sample project that tests an App Engine project, see http://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.html shows > 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.html is 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 -~----------~----~----~----~------~----~------~--~---
