Class LocalBlobstoreServiceTestConfig

java.lang.Object
com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
All Implemented Interfaces:
LocalServiceTestConfig

public final class LocalBlobstoreServiceTestConfig extends Object implements LocalServiceTestConfig
Config for accessing the local blobstore service in tests. Default behavior is to configure the local blobstore to only store data in-memory and not write anything to disk. tearDown() wipes out all in-memory state so that the blobstore is empty at the end of every test.
  • Constructor Details

    • LocalBlobstoreServiceTestConfig

      public LocalBlobstoreServiceTestConfig()
  • Method Details