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

java.lang.Object
  extended by com.google.appengine.tools.development.testing.LocalLearningServiceTestConfig
All Implemented Interfaces:
LocalServiceTestConfig

public class LocalLearningServiceTestConfig
extends java.lang.Object
implements LocalServiceTestConfig


Constructor Summary
LocalLearningServiceTestConfig()
           
 
Method Summary
static LocalLearningService getLocalLearningService()
           
 void setUp()
          Set up the local service.
 void tearDown()
          Tear down the local service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalLearningServiceTestConfig

public LocalLearningServiceTestConfig()
Method Detail

setUp

public void setUp()
Description copied from interface: LocalServiceTestConfig
Set up the local service.

Specified by:
setUp in interface LocalServiceTestConfig

tearDown

public void tearDown()
Description copied from interface: LocalServiceTestConfig
Tear down the local service.

Specified by:
tearDown in interface LocalServiceTestConfig

getLocalLearningService

public static LocalLearningService getLocalLearningService()