Interface LocalServiceTestConfig
- All Known Implementing Classes:
LocalAppIdentityServiceTestConfig,LocalBlobstoreServiceTestConfig,LocalCapabilitiesServiceTestConfig,LocalDatastoreServiceTestConfig,LocalImagesServiceTestConfig,LocalLogServiceTestConfig,LocalMailServiceTestConfig,LocalMemcacheServiceTestConfig,LocalModulesServiceTestConfig,LocalSearchServiceTestConfig,LocalTaskQueueTestConfig,LocalTaskQueueTestConfig,LocalURLFetchServiceTestConfig,LocalUserServiceTestConfig
public interface LocalServiceTestConfig
Config for a local service that can be set up and torn down.
-
Method Summary
-
Method Details
-
setUp
void setUp()Set up the local service. -
tearDown
void tearDown()Tear down the local service.
-