- 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
-
- 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
-