Class LocalLogServiceTestConfig
java.lang.Object
com.google.appengine.tools.development.testing.LocalLogServiceTestConfig
- All Implemented Interfaces:
LocalServiceTestConfig
Config for accessing the local log service in tests. Default behavior is
to configure the local log service to only store data via Blobstore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalLogServicevoidsetUp()Set up the local service.voidtearDown()Tear down the local service.
-
Constructor Details
-
LocalLogServiceTestConfig
public LocalLogServiceTestConfig()
-
-
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
-
getLocalLogService
-