com.google.appengine.tools.development.testing
Class LocalFileServiceTestConfig
- java.lang.Object
-
- com.google.appengine.tools.development.testing.LocalFileServiceTestConfig
-
- All Implemented Interfaces:
- LocalServiceTestConfig
public final class LocalFileServiceTestConfig extends java.lang.Object implements LocalServiceTestConfig
Config for accessing the local file service in tests.
-
-
Constructor Summary
Constructors Constructor and Description LocalFileServiceTestConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static LocalFileServicegetLocalFileService()Creates or returns the existing local file service.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
-
getLocalFileService
public static LocalFileService getLocalFileService()
Creates or returns the existing local file service. (The LocalServiceTestHelper will create the implementation if it does not already have one and will return the existing one if it does.)
-
-