I know this thread is somewhat old, but I'm wondering how it might be possible to unit test code that depends on the creation of blobs? I could stub out the call to blobstoreService.getUploadedBlobs,but that strikes me as the wrong way to go.
Even using the LocalBlobstoreServiceTestConfig, it still eems it would be necessary to start up the entire application so that there is something to listen to and process my POST. This would be more like an integration test than a unit test. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.