C G I L N S T V

C

com.google.appengine.tools.development.testing - package com.google.appengine.tools.development.testing
 

G

getApiProxyLocal() - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of the currently registered ApiProxyLocal.
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getLocalBlobstoreService() - Static method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getLocalDatastoreService() - Static method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getLocalImagesService() - Static method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
getLocalMailService() - Static method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getLocalMemcacheService() - Static method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getLocalService(String) - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of a specific local service.
getLocalSmsService() - Static method in class com.google.appengine.tools.development.testing.LocalSmsServiceTestConfig
 
getLocalTaskQueue() - Static method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
getLocalURLFetchService() - Static method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
getLocalUserService() - Static method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
getLocalXMPPService() - Static method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 
getLogMailBody() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getLogMailLevel() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getMaxQueryLifetimeMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getMaxSize() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getMaxSizeUnits() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getMaxTxnLifetimeMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getStoreDelayMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 

I

isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 

L

LocalBlobstoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local blobstore service in tests.
LocalBlobstoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
LocalDatastoreServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local datastore service in tests.
LocalDatastoreServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
LocalImagesServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local images service in tests.
LocalImagesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
LocalMailServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local mail service in tests.
LocalMailServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
LocalMemcacheServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local memcache service in tests.
LocalMemcacheServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
LocalMemcacheServiceTestConfig.SizeUnit - Enum in com.google.appengine.tools.development.testing
 
LocalServiceTestConfig - Interface in com.google.appengine.tools.development.testing
Config for a local service that can be set up and torn down.
LocalServiceTestHelper - Class in com.google.appengine.tools.development.testing
Helper class for testing against local app engine services.
LocalServiceTestHelper(LocalServiceTestConfig...) - Constructor for class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs a LocalServiceTestHelper with the provided configs.
LocalSmsServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local sms service in tests.
LocalSmsServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalSmsServiceTestConfig
 
LocalTaskQueueTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local task queue in tests.
LocalTaskQueueTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
LocalURLFetchServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local url fetch service in tests.
LocalURLFetchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
LocalUserServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local user service in tests.
LocalUserServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
LocalXMPPServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local xmpp service in tests.
LocalXMPPServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 

N

newEnvironment() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs the ApiProxy.Environment that will be installed.
newLocalServerEnvironment() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Constructs the LocalServerEnvironment that will be installed.

S

setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
Sets the location for on-disk storage.
setBackingStoreLocation(String) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Where to read/store the datastore from/to.
setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the clock with which all local services will be initialized.
setDisableAutoTaskExecution(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Disables/enables automatic task execution.
setEnvAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAuthDomain()
setEnvEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getEmail()
setEnvIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().isAdmin()
setEnvIsLoggedIn(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().isLoggedIn()
setEnvRequestNamespace(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getRequestNamespace()
setLogMailBody(boolean) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
Controls whether or not the message body is logged.
setLogMailLevel(Level) - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
Controls the level at which each message is logged.
setMaxQueryLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long a query can stay "live" before we expire it.
setMaxSize(long, LocalMemcacheServiceTestConfig.SizeUnit) - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
Sets the maximum size of the cache
setMaxTxnLifetimeMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long a txn can stay "live" before we expire it.
setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
True to put the blobstore into "memory-only" mode.
setNoStorage(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
True to put the datastore into "memory-only" mode.
setStoreDelayMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long to wait before updating the persistent store.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
setUp() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestConfig
Set up the local service.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Set up an environment in which tests that use local services can execute.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalSmsServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 

T

tearDown() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
tearDown() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestConfig
Tear down the local service.
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Tear down the environment in which tests that use local services can execute.
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalSmsServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalXMPPServiceTestConfig
 

V

valueOf(String) - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.

C G I L N S T V