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

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

public final class LocalFileServiceTestConfig
extends java.lang.Object
implements LocalServiceTestConfig

Config for accessing the local file service in tests.


Constructor Summary
LocalFileServiceTestConfig()
           
 
Method Summary
 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

LocalFileServiceTestConfig

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