Class LocalImagesServiceTestConfig
java.lang.Object
com.google.appengine.tools.development.testing.LocalImagesServiceTestConfig
- All Implemented Interfaces:
LocalServiceTestConfig
Config for accessing the local images service in tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalImagesServicevoidsetUp()Set up the local service.voidtearDown()Tear down the local service.
-
Constructor Details
-
LocalImagesServiceTestConfig
public LocalImagesServiceTestConfig()
-
-
Method Details
-
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
-
getLocalImagesService
-