com.google.appengine.tools.development.testing
Class LocalURLFetchServiceTestConfig
- java.lang.Object
-
- com.google.appengine.tools.development.testing.LocalURLFetchServiceTestConfig
-
- All Implemented Interfaces:
- LocalServiceTestConfig
public class LocalURLFetchServiceTestConfig extends java.lang.Object implements LocalServiceTestConfig
Config for accessing the local url fetch service in tests.
-
-
Constructor Summary
Constructors Constructor and Description LocalURLFetchServiceTestConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static LocalURLFetchServicegetLocalURLFetchService()voidsetUp()Set up the local service.voidtearDown()Tear down the local service.
-
-
-
Method Detail
-
setUp
public void setUp()
Description copied from interface:LocalServiceTestConfigSet up the local service.- Specified by:
setUpin interfaceLocalServiceTestConfig
-
tearDown
public void tearDown()
Description copied from interface:LocalServiceTestConfigTear down the local service.- Specified by:
tearDownin interfaceLocalServiceTestConfig
-
getLocalURLFetchService
public static LocalURLFetchService getLocalURLFetchService()
-
-