com.google.appengine.tools.development.testing
Class LocalProspectiveSearchServiceTestConfig
- java.lang.Object
-
- com.google.appengine.tools.development.testing.LocalProspectiveSearchServiceTestConfig
-
- All Implemented Interfaces:
- LocalServiceTestConfig
public class LocalProspectiveSearchServiceTestConfig extends java.lang.Object implements LocalServiceTestConfig
Config for accessing the local prospective search service in tests. Setup and tear down do nothing as persistent state is managed by the LocalDatastoreServiceTestConfig. Use LocalDatastoreServiceTestConfig tearDown to clear this state between tests.
-
-
Constructor Summary
Constructors Constructor and Description LocalProspectiveSearchServiceTestConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static LocalSearchService
getLocalProspectiveSearchService()
void
setUp()
Does nothing.void
tearDown()
Does nothing.
-
-
-
Constructor Detail
-
LocalProspectiveSearchServiceTestConfig
public LocalProspectiveSearchServiceTestConfig()
-
-
Method Detail
-
setUp
public void setUp()
Does nothing.- Specified by:
setUp
in interfaceLocalServiceTestConfig
-
tearDown
public void tearDown()
Does nothing.- Specified by:
tearDown
in interfaceLocalServiceTestConfig
-
getLocalProspectiveSearchService
public static LocalSearchService getLocalProspectiveSearchService()
-
-