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

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

public class LocalChannelServiceTestConfig
extends java.lang.Object
implements LocalServiceTestConfig

Config for accessing the local channel service in tests.


Constructor Summary
LocalChannelServiceTestConfig()
           
 
Method Summary
static com.google.appengine.api.channel.dev.LocalChannelService getLocalChannelService()
           
 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

LocalChannelServiceTestConfig

public LocalChannelServiceTestConfig()
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

getLocalChannelService

public static com.google.appengine.api.channel.dev.LocalChannelService getLocalChannelService()