JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.appengine.tools.development.testing
Interface LocalServiceTestConfig
All Known Implementing Classes:
LocalAppIdentityServiceTestConfig
,
LocalBasementServiceTestConfig
,
LocalBlobstoreServiceTestConfig
,
LocalCapabilitiesServiceTestConfig
,
LocalDatastoreServiceTestConfig
,
LocalFileServiceTestConfig
,
LocalImagesServiceTestConfig
,
LocalMailServiceTestConfig
,
LocalMemcacheServiceTestConfig
,
LocalModulesServiceTestConfig
,
LocalProspectiveSearchServiceTestConfig
,
LocalRdbmsServiceTestConfig
,
LocalTaskQueueTestConfig
,
LocalURLFetchServiceTestConfig
,
LocalUserServiceTestConfig
public interface
LocalServiceTestConfig
Config for a local service that can be set up and torn down.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
setUp
()
Set up the local service.
void
tearDown
()
Tear down the local service.
Method Detail
setUp
void setUp()
Set up the local service.
tearDown
void tearDown()
Tear down the local service.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method