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

Class: GalleryRemoteControllerTest

Source Location: /modules/remote/test/phpunit/GalleryRemoteControllerTest.class

Class GalleryRemoteControllerTest

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

Inherited From GalleryControllerTestCase

GalleryControllerTestCase::$_controller

Inherited From GalleryTestCase

GalleryTestCase::$_cleanup

Inherited From GalleryControllerTestCase

GalleryControllerTestCase::GalleryControllerTestCase()
GalleryControllerTestCase::handleRequest()
GalleryControllerTestCase::setUp()

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
GalleryRemoteControllerTest   GalleryRemoteControllerTest()  
void   setUp()  
void   testAcceptIPhotoToGalleryUserAgentString()  
void   testAddItem()  
void   testAddItemWithOption()  
void   testAlbumProperties()  
void   testFetchAlbumImages()  
void   testFetchAlbumImagesAlbumsRandom()  
void   testFetchAlbumImagesAlbumsToo()  
void   testFetchAlbumImagesEmpty()  
void   testFetchAlbumImagesExtrafields()  
void   testFetchAlbums()  
void   testFetchAlbumsNoPerms()  
void   testFetchAlbumsPrune()  
void   testFetchAlbumsPruneNoPerms()  
void   testImageProperties()  
void   testIncrementViewCount()  
void   testLogin()  
void   testLoginCurrentUser()  
void   testLoginGuestUser()  
void   testLoginInvalidUser()  
void   testLoginValidUserInvalidPassword()  
void   testMaliciousMarkup()  
void   testNewAlbum()  
void   testNoop()  
void   testProtectFromRequestForgeryWithAuthTokenCheck()  
void   testProtectFromRequestForgeryWithUserAgentCheck()  

[ Top ]
Methods
Constructor GalleryRemoteControllerTest  [line 39]

  GalleryRemoteControllerTest GalleryRemoteControllerTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 43]

  void setUp( )



Redefinition of:
GalleryControllerTestCase::setUp()

[ Top ]
testAcceptIPhotoToGalleryUserAgentString  [line 950]

  void testAcceptIPhotoToGalleryUserAgentString( )



[ Top ]
testAddItem  [line 479]

  void testAddItem( )



[ Top ]
testAddItemWithOption  [line 562]

  void testAddItemWithOption( )



[ Top ]
testAlbumProperties  [line 854]

  void testAlbumProperties( )



[ Top ]
testFetchAlbumImages  [line 656]

  void testFetchAlbumImages( )



[ Top ]
testFetchAlbumImagesAlbumsRandom  [line 755]

  void testFetchAlbumImagesAlbumsRandom( )



[ Top ]
testFetchAlbumImagesAlbumsToo  [line 685]

  void testFetchAlbumImagesAlbumsToo( )



[ Top ]
testFetchAlbumImagesEmpty  [line 641]

  void testFetchAlbumImagesEmpty( )



[ Top ]
testFetchAlbumImagesExtrafields  [line 720]

  void testFetchAlbumImagesExtrafields( )



[ Top ]
testFetchAlbums  [line 197]

  void testFetchAlbums( )



[ Top ]
testFetchAlbumsNoPerms  [line 263]

  void testFetchAlbumsNoPerms( )



[ Top ]
testFetchAlbumsPrune  [line 322]

  void testFetchAlbumsPrune( )



[ Top ]
testFetchAlbumsPruneNoPerms  [line 405]

  void testFetchAlbumsPruneNoPerms( )



[ Top ]
testImageProperties  [line 880]

  void testImageProperties( )



[ Top ]
testIncrementViewCount  [line 794]

  void testIncrementViewCount( )



[ Top ]
testLogin  [line 73]

  void testLogin( )



[ Top ]
testLoginCurrentUser  [line 178]

  void testLoginCurrentUser( )



[ Top ]
testLoginGuestUser  [line 148]

  void testLoginGuestUser( )



[ Top ]
testLoginInvalidUser  [line 104]

  void testLoginInvalidUser( )



[ Top ]
testLoginValidUserInvalidPassword  [line 130]

  void testLoginValidUserInvalidPassword( )



[ Top ]
testMaliciousMarkup  [line 521]

  void testMaliciousMarkup( )



[ Top ]
testNewAlbum  [line 615]

  void testNewAlbum( )



[ Top ]
testNoop  [line 842]

  void testNoop( )



[ Top ]
testProtectFromRequestForgeryWithAuthTokenCheck  [line 928]

  void testProtectFromRequestForgeryWithAuthTokenCheck( )



[ Top ]
testProtectFromRequestForgeryWithUserAgentCheck  [line 918]

  void testProtectFromRequestForgeryWithUserAgentCheck( )



[ Top ]

Documentation generated on Fri, 03 Oct 2008 05:10:49 -0700 by phpDocumentor 1.3.0RC6