Skip navigation links
A B C D E F G I L N R S T U V 

A

addAutomaticScalingModuleVersion(String, String) - Method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Adds a automatic scaling module version.
addBasicScalingModuleVersion(String, String, int) - Method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Adds a basic scaling module version.
addDefaultModuleVersion() - Method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Adds an automatic scaling module version that matches the default ApiProxy.Environment constructed by LocalServiceTestHelper with module = "default" and version = "1".
addManualScalingModuleVersion(String, String, int) - Method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Adds a manual scaling module version.
addParameter(String, String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
authenticate(HttpServletResponse) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
await() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Only one thread at a time should call this.
await(long, TimeUnit) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Only one thread at a time should call this.
awaitAndReset() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(long, TimeUnit) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
awaitAndReset(long, TimeUnit, int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch

B

bodyData - Variable in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

C

changeSessionId() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
characterEncoding - Variable in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
clearModuleVersions() - Method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
com.google.appengine.api.appidentity.dev - package com.google.appengine.api.appidentity.dev
 
com.google.appengine.api.blobstore.dev - package com.google.appengine.api.blobstore.dev
 
com.google.appengine.api.capabilities.dev - package com.google.appengine.api.capabilities.dev
 
com.google.appengine.api.datastore.dev - package com.google.appengine.api.datastore.dev
 
com.google.appengine.api.images.dev - package com.google.appengine.api.images.dev
 
com.google.appengine.api.log.dev - package com.google.appengine.api.log.dev
 
com.google.appengine.api.mail.dev - package com.google.appengine.api.mail.dev
 
com.google.appengine.api.memcache.dev - package com.google.appengine.api.memcache.dev
 
com.google.appengine.api.search.dev - package com.google.appengine.api.search.dev
 
com.google.appengine.api.taskqueue.dev - package com.google.appengine.api.taskqueue.dev
 
com.google.appengine.api.urlfetch.dev - package com.google.appengine.api.urlfetch.dev
 
com.google.appengine.api.users.dev - package com.google.appengine.api.users.dev
 
com.google.appengine.tools.development.testing - package com.google.appengine.tools.development.testing
 
constructor(String, int, String, String, String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
This method serves as the central constructor of this class.
contentType - Variable in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
countDown() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 

D

DEFAULT - Static variable in interface com.google.appengine.tools.development.testing.LocalServiceTestHelper.RequestMillisTimer
The Timer instance used by local services if no override is provided via LocalServiceTestHelper.setRemainingMillisTimer(RequestMillisTimer).
DEFAULT_MODULE_NAME - Static variable in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
 
DeferredTaskCallback() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 

E

endRequest() - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Indicate the request has ended so that local services can do any post request work.
execute(URLFetchServicePb.URLFetchRequest) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 
executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
Broken out to make it easy for subclasses to provide their own behavior when the request payload is not a DeferredTask.
executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.ServletInvokingTaskCallback
 

F

FakeHttpServletRequest - Class in com.google.appengine.tools.development.testing
Simple fake implementation of HttpServletRequest.
FakeHttpServletRequest() - Constructor for class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
FakeHttpServletRequest(String, int) - Constructor for class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
FakeHttpServletRequest(String) - Constructor for class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

G

getAlternateHighRepJobPolicyClass() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getApiProxyLocal() - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of the currently registered ApiProxyLocal.
getAsyncContext() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getAttribute(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getAttributeNames() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getAuthType() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getAutoIdAllocationPolicy() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getBackingStoreLocation() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getCharacterEncoding() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getContentLength() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getContentLengthLong() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getContentType() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getContextPath() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getCookies() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getCount() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
getDateHeader(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getDefaultHighRepJobPolicyRandomSeed() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getDefaultHighRepJobPolicyUnappliedJobPercentage() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getDefaultServlet() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.ServletInvokingTaskCallback
 
getDispatcherType() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getHeader(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getHeaderNames() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getHeaders(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getInputStream() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Get the body of the request (i.e.
getInputStreamCalled - Variable in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getIntHeader(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocalAddr() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocalBlobstoreService() - Static method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
getLocalCapabilitiesService() - Static method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
getLocalDatastoreService() - Static method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getLocale() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocales() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocalImagesService() - Static method in class com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
 
getLocalLogService() - Static method in class com.google.appengine.tools.development.testing.LocalLogServiceTestConfig
 
getLocalMailService() - Static method in class com.google.appengine.tools.development.testing.LocalMailServiceTestConfig
 
getLocalMemcacheService() - Static method in class com.google.appengine.tools.development.testing.LocalMemcacheServiceTestConfig
 
getLocalModulesService() - Static method in class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
Returns the LocalModulesService which is created on first use.
getLocalName() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocalPort() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getLocalSearchService() - Static method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
 
getLocalSecretsService() - Static method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
getLocalService(String) - Static method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Convenience function for getting ahold of a specific local service.
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
 
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
 
getMethod() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getOAuthAuthDomain() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Return configured auth domain.
getOAuthConsumerKey() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Return configured consumer key.
getOAuthEmail() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Return configured email.
getOAuthIsAdmin() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Return configured isAdmin value.
getOAuthUserId() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Return configured user ID.
getParameter(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getParameterMap() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getParameterNames() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getParameterValues(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getPart(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getParts() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getPathInfo() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getPathTranslated() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getProtocol() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getQueryString() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getReader() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getReaderCalled - Variable in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRealPath(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Deprecated.
getRemainingMillis() - Method in interface com.google.appengine.tools.development.testing.LocalServiceTestHelper.RequestMillisTimer
 
getRemoteAddr() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRemoteHost() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRemotePort() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRemoteUser() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRequestDispatcher(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRequestedSessionId() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRequestURI() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getRequestURL() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getScheme() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getServerName() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getServerPort() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getServletContext() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getServletMap() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.ServletInvokingTaskCallback
 
getServletPath() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getSession() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getSession(boolean) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
getStoreDelayMs() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
getUserPrincipal() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

I

initialize(Map<String, String>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.DeferredTaskCallback
 
initialize(Map<String, String>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.ServletInvokingTaskCallback
 
isAsyncStarted() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isAsyncSupported() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isNoIndexAutoGen() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
isNoStorage() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
 
isPersistent() - Method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
Whether search service data will be persisted.
isRequestedSessionIdFromCookie() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Deprecated.
isRequestedSessionIdValid() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isSecure() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
isUserInRole(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

L

LocalAppIdentityServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local app identity service in tests.
LocalAppIdentityServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
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
 
LocalCapabilitiesServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local capabilities service in tests.
LocalCapabilitiesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
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
 
LocalLogServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local log service in tests.
LocalLogServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalLogServiceTestConfig
 
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
 
LocalModulesServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the LocalModulesService in tests.
LocalModulesServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
 
LocalSearchServiceTestConfig - Class in com.google.appengine.tools.development.testing
Config for accessing the local text search service in tests.
LocalSearchServiceTestConfig() - Constructor for class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
 
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 configurations.
LocalServiceTestHelper.RequestMillisTimer - Interface in com.google.appengine.tools.development.testing
 
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
 
LocalTaskQueueTestConfig.DeferredTaskCallback - Class in com.google.appengine.tools.development.testing
A LocalTaskQueueCallback implementation that automatically detects and runs tasks with a DeferredTask payload.
LocalTaskQueueTestConfig.ServletInvokingTaskCallback - Class in com.google.appengine.tools.development.testing
A class to delegate incoming task queue callbacks to HttpServlets based on a provided mapping.
LocalTaskQueueTestConfig.TaskCountDownLatch - Class in com.google.appengine.tools.development.testing
A CountDownLatch extension that can be reset.
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
 
login(String, String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
logout() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

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.

R

removeAttribute(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
reset() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Resets the latch to its most recent initial count.
reset(int) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
Resets the latch to the provided count.

S

ServletInvokingTaskCallback() - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.ServletInvokingTaskCallback
 
setAlternateHighRepJobPolicyClass(Class<? extends HighRepJobPolicy>) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
An alternate HighRepJobPolicy implementation.
setApplyAllHighRepJobPolicy() - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Make the datastore a high-replication datastore, but with all jobs applying immediately (simplifies tests that use eventually-consistent queries).
setAttribute(String, Object) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setAutoIdAllocationPolicy(AutoIdAllocationPolicy) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Dictate how Put() assigns auto IDs.
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.
setCallbackClass(Class<? extends LocalTaskQueueCallback>) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Overrides the callback implementation used by the local task queue for async task execution.
setCapabilityStatus(Capability, CapabilityStatus) - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
Controls the state of a capability in testing mode.
setCharacterEncoding(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setClock(Clock) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the clock with which all local services will be initialized.
setContentType(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Sets the content type.
setCookie(Cookie) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Sets a single cookie associated with this fake request.
setCookies(Cookie...) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Associates a set of cookies with this fake request.
setDefaultGcsBucketName(String) - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
setDefaultHighRepJobPolicyRandomSeed(long) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
A seed for a Random used by DefaultHighRepJobPolicy to determine whether or not a job application attempt fails.
setDefaultHighRepJobPolicyUnappliedJobPercentage(float) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
The percentage of job application attempts that will fail.
setDisableAutoTaskExecution(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Disables/enables automatic task execution.
setEnforceApiDeadlines(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Determines whether or not API calls should be subject to the same deadlines as in production.
setEnvAppId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAppId()
setEnvAttributes(Map<String, Object>) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getAttributes()
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()
setEnvInstance(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The current instance id held by ApiProxy.getCurrentEnvironment()
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()
setEnvModuleId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getModuleId()
setEnvRequestNamespace(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getRequestNamespace()
setEnvVersionId(String) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
The value to be returned by ApiProxy.getCurrentEnvironment().getVersionId()
setHeader(String, String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setHostName(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
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.
setMethod(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setNoIndexAutoGen(boolean) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
True to prevent the datastore from writing the auto-generated index file.
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.
setOAuthAuthDomain(String) - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Auth domain to return from com.google.appengine.api.oauth#getCurrentUser.
setOAuthConsumerKey(String) - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Consumer key to return from com.google.appengine.api.oauth#getOAuthConsumerKey.
setOAuthEmail(String) - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Email to return from com.google.appengine.api.oauth#getCurrentUser.
setOAuthIsAdmin(boolean) - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
Value to return from com.google.appengine.api.oauth#isUserAdmin.
setOAuthUserId(String) - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
User ID to return from com.google.appengine.api.oauth#getCurrentUser.
setParametersFromQueryString(String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setPersistent(boolean) - Method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
True to persist search service data, otherwise all data will be stored in memory only.
setPort(int) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
setPostData(String, Charset) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Specify the mock POST data.
setPostData(String, String) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Specify the mock POST data.
setPostData(byte[]) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
Specify the mock POST data in raw binary format.
setQueueXmlPath(String) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Overrides the location of queue.xml.
setQueueYamlPath(String) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Overrides the location of queue.yaml.
setRemainingMillisTimer(LocalServiceTestHelper.RequestMillisTimer) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the object that will return the value to be returned by ApiProxy.getCurrentEnvironment().getRemainingMillis()
setShouldCopyApiProxyEnvironment(boolean) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Enables copying of the ApiProxy.Environment to task handler threads.
setSimulateProdLatencies(boolean) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Determines whether or not local services should simulate production latencies.
setStorageDirectory(String) - Method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
Sets the directory to use to persist search service data, when persistence is enabled.
setStoreDelayMs(int) - Method in class com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig
Sets how long to wait before updating the persistent store.
setTaskExecutionLatch(CountDownLatch) - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig
Sets a CountDownLatch that the thread executing the task will decrement after a LocalTaskQueueCallback finishes execution.
setTimeZone(TimeZone) - Method in class com.google.appengine.tools.development.testing.LocalServiceTestHelper
Sets the time zone in which tests will execute.
setUp() - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
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.LocalLogServiceTestConfig
 
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 class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
 
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.LocalTaskQueueTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
setUp() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
startAsync() - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

T

TaskCountDownLatch(int) - Constructor for class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalAppIdentityServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalBlobstoreServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalCapabilitiesServiceTestConfig
 
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.LocalLogServiceTestConfig
 
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 class com.google.appengine.tools.development.testing.LocalModulesServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalSearchServiceTestConfig
 
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.LocalTaskQueueTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
 
tearDown() - Method in class com.google.appengine.tools.development.testing.LocalUserServiceTestConfig
 
toString() - Method in class com.google.appengine.tools.development.testing.LocalTaskQueueTestConfig.TaskCountDownLatch
 

U

upgrade(Class<T>) - Method in class com.google.appengine.tools.development.testing.FakeHttpServletRequest
 

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.
A B C D E F G I L N R S T U V 
Skip navigation links