com.google.appengine.tools.development.testing
Class LocalProspectiveSearchServiceTestConfig

java.lang.Object
  extended by 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
LocalProspectiveSearchServiceTestConfig()
           
 
Method Summary
static LocalSearchService getLocalProspectiveSearchService()
           
 void setUp()
          Does nothing.
 void tearDown()
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalProspectiveSearchServiceTestConfig

public LocalProspectiveSearchServiceTestConfig()
Method Detail

setUp

public void setUp()
Does nothing.

Specified by:
setUp in interface LocalServiceTestConfig

tearDown

public void tearDown()
Does nothing.

Specified by:
tearDown in interface LocalServiceTestConfig

getLocalProspectiveSearchService

public static LocalSearchService getLocalProspectiveSearchService()