Hello, I think you could look at the suite for local testing introduced here:
http://code.google.com/appengine/docs/java/tools/localunittesting.html You can ad entities and use the services as you would in the dev server. It's a bit long to configure but has given good results to me. regards Lorenzo On Jun 24, 10:39 pm, Nige <[email protected]> wrote: > Hi, > > I'm writing an integration test. I'd like to start the dev app server > in the same process as my test. What's the best way to do that? > > I've tried this: > KickStart.main(new String[] > {"com.google.appengine.tools.development.DevAppServerMain", "--port=" > + PORT, "--address=" + HOST, "war" }); > but it seems to start the dev app server in another process. > > Thanks, > Nige -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
