Re: Unit testing GWT and App Engine in Eclipse

2009-06-11 Thread Johan Lundberg
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 jasonpar...@gmail.com wrote: Hi Johan, I don't think there are any frameworks that can let you

Unit testing GWT and App Engine in Eclipse

2009-06-10 Thread Johan Lundberg
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

Re: Unit testing GWT and App Engine in Eclipse

2009-06-10 Thread Jason Parekh
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