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 LocalFileService
getLocalFileService()
Creates or returns the existing local file service.void
setUp()
Set up the local service.void
tearDown()
Tear down the local service.
-
-
-
Method Detail
-
setUp
public void setUp()
Description copied from interface:LocalServiceTestConfig
Set up the local service.- Specified by:
setUp
in interfaceLocalServiceTestConfig
-
tearDown
public void tearDown()
Description copied from interface:LocalServiceTestConfig
Tear down the local service.- Specified by:
tearDown
in 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.)
-
-