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

Class: SlideshowHelperTest

Source Location: /modules/slideshow/test/phpunit/SlideshowHelperTest.class

Class SlideshowHelperTest

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
SlideshowHelperTest   SlideshowHelperTest()  
void   testBuildAlbumSlideshow_ItemInsideAlbum()  
void   testBuildAlbumSlideshow_ItemInsideAlbumWithoutPermissionToViewParentAlbum()  
void   testBuildAlbumSlideshow_Offset()  
void   testBuildAlbumSlideshow_StartingFromAlbum()  
void   testBuildAlbumSlideshow_WithoutPermissionToViewAlbum()  
void   testBuildAlbumSlideshow_WithoutPermissionToViewItem()  
void   testBuildItemsSlideshow_Basic()  
void   testBuildItemsSlideshow_FallbackToThumbnail()  
void   testBuildItemsSlideshow_IgnoreNonPhotos()  
void   testBuildItemsSlideshow_IgnorePhotoWithNoThumbnail()  
void   testBuildItemsSlideshow_PhotosWithoutCoreViewCauseMissingObjectError()  
void   testBuildItemsSlideshow_ShowBiggestResize()  
void   testBuildItemsSlideshow_ShowPreferredWhenAvailable()  
void   testPaginateItemSlideshow_NextOffsetOnly()  
void   testPaginateItemSlideshow_PrevOffsetAndNextOffset()  
void   testPaginateItemSlideshow_PrevOffsetOnly()  
void   _createAlbumHierarchy()   Utility function to create a simple album hierarchy for testing. Call it with an option string that's colon delimited where each delimited section creates one item in the album 'thumbnail:thumbnail,preferred:nonphoto,thumbnail:thumbnail:resize_100'

[ Top ]
Methods
Constructor SlideshowHelperTest  [line 36]

  SlideshowHelperTest SlideshowHelperTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
testBuildAlbumSlideshow_ItemInsideAlbum  [line 156]

  void testBuildAlbumSlideshow_ItemInsideAlbum( )



[ Top ]
testBuildAlbumSlideshow_ItemInsideAlbumWithoutPermissionToViewParentAlbum  [line 211]

  void testBuildAlbumSlideshow_ItemInsideAlbumWithoutPermissionToViewParentAlbum( )



[ Top ]
testBuildAlbumSlideshow_Offset  [line 403]

  void testBuildAlbumSlideshow_Offset( )



[ Top ]
testBuildAlbumSlideshow_StartingFromAlbum  [line 132]

  void testBuildAlbumSlideshow_StartingFromAlbum( )



[ Top ]
testBuildAlbumSlideshow_WithoutPermissionToViewAlbum  [line 180]

  void testBuildAlbumSlideshow_WithoutPermissionToViewAlbum( )



[ Top ]
testBuildAlbumSlideshow_WithoutPermissionToViewItem  [line 195]

  void testBuildAlbumSlideshow_WithoutPermissionToViewItem( )



[ Top ]
testBuildItemsSlideshow_Basic  [line 227]

  void testBuildItemsSlideshow_Basic( )



[ Top ]
testBuildItemsSlideshow_FallbackToThumbnail  [line 370]

  void testBuildItemsSlideshow_FallbackToThumbnail( )



[ Top ]
testBuildItemsSlideshow_IgnoreNonPhotos  [line 291]

  void testBuildItemsSlideshow_IgnoreNonPhotos( )



[ Top ]
testBuildItemsSlideshow_IgnorePhotoWithNoThumbnail  [line 267]

  void testBuildItemsSlideshow_IgnorePhotoWithNoThumbnail( )



[ Top ]
testBuildItemsSlideshow_PhotosWithoutCoreViewCauseMissingObjectError  [line 251]

  void testBuildItemsSlideshow_PhotosWithoutCoreViewCauseMissingObjectError( )



[ Top ]
testBuildItemsSlideshow_ShowBiggestResize  [line 336]

  void testBuildItemsSlideshow_ShowBiggestResize( )



[ Top ]
testBuildItemsSlideshow_ShowPreferredWhenAvailable  [line 312]

  void testBuildItemsSlideshow_ShowPreferredWhenAvailable( )



[ Top ]
testPaginateItemSlideshow_NextOffsetOnly  [line 425]

  void testPaginateItemSlideshow_NextOffsetOnly( )


Information Tags:
Todo:  make this test run faster by overriding SLIDESHOW_MEDIARSS_ITEMS_PER_PAGE

[ Top ]
testPaginateItemSlideshow_PrevOffsetAndNextOffset  [line 468]

  void testPaginateItemSlideshow_PrevOffsetAndNextOffset( )



[ Top ]
testPaginateItemSlideshow_PrevOffsetOnly  [line 446]

  void testPaginateItemSlideshow_PrevOffsetOnly( )



[ Top ]
_createAlbumHierarchy  [line 51]

  void _createAlbumHierarchy( [ $optionListString = '']  )

Utility function to create a simple album hierarchy for testing. Call it with an option string that's colon delimited where each delimited section creates one item in the album 'thumbnail:thumbnail,preferred:nonphoto,thumbnail:thumbnail:resize_100'

The above example will create an album containing: a GalleryPhotoItem with a thumbnail a GalleryPhotoItem with a thumbnail and a preferred a GalleryUnknownItem with a thumbnail a GalleryPhotoItem with a thumbnail and a 100x100 resized

Parameters:
   $optionListString: 


[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:56:32 -0700 by phpDocumentor 1.3.0RC6