phpDocumentor GalleryCore
PHPUnit
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Class: DataCacheTest

Source Location: /modules/core/test/phpunit/DataCacheTest.class

Class DataCacheTest

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From GalleryTestCase

GalleryTestCase::GalleryTestCase()
GalleryTestCase::assert()
GalleryTestCase::assertEquals()
GalleryTestCase::assertErrorEquals()
Fail if the provided GalleryStatus object does not contain the given error code.
GalleryTestCase::assertEventFired()
Fail if the provided event name was not fired.
GalleryTestCase::assertEventNotFired()
Fail if the provided event name was fired
GalleryTestCase::DeepCompare()
GalleryTestCase::failWithStatus()
This is deprecated in Gallery 2.3 -- now tests should just return $ret and let the framework generate the right failure message.
GalleryTestCase::getEntityCounter()
Get the entity counter listener which contains the types and number of elements deleted.
GalleryTestCase::setUp()
GalleryTestCase::tearDown()
GalleryTestCase::_array_unshift_key_value()
Utility method to array_unshift a single key => value pair.
GalleryTestCase::_becomeGuestUser()
GalleryTestCase::_createDerivative()
GalleryTestCase::_createLinkedItem()
Create a random link item
GalleryTestCase::_createRandomAlbum()
Create a random album
GalleryTestCase::_createRandomDataItem()
Create a random data item
GalleryTestCase::_createRandomGroup()
Create a random group
GalleryTestCase::_createRandomUser()
Create a random user
GalleryTestCase::_createUser()
GalleryTestCase::_deleteAndVerifyEntity()
GalleryTestCase::_disableUserName()
Convenience method to mark a username as disabled.
GalleryTestCase::_getRootId()
GalleryTestCase::_getUnusedId()
Get an id that is not used for anything.
GalleryTestCase::_initEventListenersForTest()
Disable all but some core event listeners by default.
GalleryTestCase::_markEventListenersForCleanup()
Create a backup of the registered event listeners which will be restored in tearDown.
GalleryTestCase::_markFactoryForCleanup()
Create a backup of the factory data which will be restored in tearDown.
GalleryTestCase::_markFactoryModuleForCleanup()
GalleryTestCase::_markForCleanup()
GalleryTestCase::_markPluginParametersForCleanup()
Store plugin parameters to be restored in tearDown
GalleryTestCase::_markToolkitForCleanup()
GalleryTestCase::_registerEventListener()
Register a The NullEventListener for a test
GalleryTestCase::_registerFactoryImplementationForTest()
Register a factory implementation temporarily for this test.
GalleryTestCase::_registerTestEventListener()
Register and event name and associated listener (deprecated).
GalleryTestCase::_setMarkupType()
Set core parameter for markup type.
GalleryTestCase::_signUrl()
Adds an authToken to the given URL
GalleryTestCase::_unregisterFactoryImplementationForTest()
Unregister a specific factory implementation or all implementations of a spefific type temporarily for this test.
GalleryTestCase::_verifyEntity()
GalleryTestCase::_verifyFields()
GalleryTestCase::_verifyMissing()

[ Top ]
Method Summary
DataCacheTest   DataCacheTest()  
void   setUp()  
void   tearDown()  
void   testCachePermission()  
void   testCleanPageDataCache()  
void   testContainsKey()  
void   testGetCachePath()  
void   testGetCacheTuple()  
void   testGetExtraPageCacheKey()  
void   testGetExtraPageCacheKeyForStandalone()  
void   testGetFromDisk()  
void   testGetPageDataExpiredData()  
void   testPutAndGet()  
void   testPutAndGetFromDisk()  
void   testPutAndGetPageData()  
void   testPutToDisk()  
void   testRemoveByPattern()  
void   testRemoveFromDisk()  
void   testRemovePageData()  
void   testReset()  
void   testSaveAndRemoveLocalUrlMap()  
void   testShouldCacheNone()  
void   testShouldCachePostRequest()  
void   testShouldCacheReadGuestOk()  
void   testShouldCacheReadNoCache1()  
void   testShouldCacheReadNoCache2()  
void   testShouldCacheReadUserNotOk()  
void   testShouldCacheReadUserOk()  
void   testShouldNotCacheGuestPreviewPages()  

[ Top ]
Methods
Constructor DataCacheTest  [line 35]

  DataCacheTest DataCacheTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 39]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
tearDown  [line 67]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testCachePermission  [line 332]

  void testCachePermission( )



[ Top ]
testCleanPageDataCache  [line 622]

  void testCleanPageDataCache( )



[ Top ]
testContainsKey  [line 86]

  void testContainsKey( )



[ Top ]
testGetCachePath  [line 136]

  void testGetCachePath( )



[ Top ]
testGetCacheTuple  [line 126]

  void testGetCacheTuple( )



[ Top ]
testGetExtraPageCacheKey  [line 537]

  void testGetExtraPageCacheKey( )



[ Top ]
testGetExtraPageCacheKeyForStandalone  [line 568]

  void testGetExtraPageCacheKeyForStandalone( )



[ Top ]
testGetFromDisk  [line 287]

  void testGetFromDisk( )



[ Top ]
testGetPageDataExpiredData  [line 398]

  void testGetPageDataExpiredData( )



[ Top ]
testPutAndGet  [line 79]

  void testPutAndGet( )



[ Top ]
testPutAndGetFromDisk  [line 307]

  void testPutAndGetFromDisk( )



[ Top ]
testPutAndGetPageData  [line 357]

  void testPutAndGetPageData( )



[ Top ]
testPutToDisk  [line 199]

  void testPutToDisk( )



[ Top ]
testRemoveByPattern  [line 111]

  void testRemoveByPattern( )



[ Top ]
testRemoveFromDisk  [line 237]

  void testRemoveFromDisk( )



[ Top ]
testRemovePageData  [line 372]

  void testRemovePageData( )



[ Top ]
testReset  [line 93]

  void testReset( )



[ Top ]
testSaveAndRemoveLocalUrlMap  [line 765]

  void testSaveAndRemoveLocalUrlMap( )



[ Top ]
testShouldCacheNone  [line 516]

  void testShouldCacheNone( )



[ Top ]
testShouldCachePostRequest  [line 417]

  void testShouldCachePostRequest( )



[ Top ]
testShouldCacheReadGuestOk  [line 471]

  void testShouldCacheReadGuestOk( )



[ Top ]
testShouldCacheReadNoCache1  [line 427]

  void testShouldCacheReadNoCache1( )



[ Top ]
testShouldCacheReadNoCache2  [line 440]

  void testShouldCacheReadNoCache2( )



[ Top ]
testShouldCacheReadUserNotOk  [line 490]

  void testShouldCacheReadUserNotOk( )



[ Top ]
testShouldCacheReadUserOk  [line 453]

  void testShouldCacheReadUserOk( )



[ Top ]
testShouldNotCacheGuestPreviewPages  [line 599]

  void testShouldNotCacheGuestPreviewPages( )



[ Top ]

Documentation generated on Fri, 08 Oct 2010 04:46:07 -0700 by phpDocumentor 1.3.0RC6