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

Class: MainTest

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

Class MainTest

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
MainTest   MainTest()  
void   setUp()  
void   tearDown()  
void   testAuthTokenCheckIsEnforcedForControllerLikeViews()  
void   testAuthTokenCheckIsEnforcedForControllers()  
void   testAuthTokenCheckIsOmittedForSpecificControllers()  
void   testDoRedirectConvertsToAbsoluteUrl()  
void   testDoRedirectIisBugFix()   Test that we only append the GALLERYSID to Location URLs if really needed.
void   testDoRedirectRemoveTrailingQMark()  
void   testEmbedOnly()   Test embed-only mode with simple permission denied error.
void   testEmbedOnlyUrl()   Test embed-only mode with configured redirect URL.
void   testImmediateViewNormalizesError()  
void   testImmediateViewRequestSetsCacheControl()  
void   testImmediateViewRequestWithoutAutoCacheControl()  
void   testMaintenanceMode()   Test maintenance mode controller redirect with standard redirect URL.
void   testMaintenanceModeUrl()   Test maintenance mode view redirect with configured redirect URL.
void   testPostBeforeDisplayEvent()  
void   testRedirectViewForAlternateGuestWithoutPermissions()  
void   testRedirectViewForGuestWithoutPermissions()  
void   testViewForUserWithoutPermission()  
void   _getResponseHeaders()  
void   _hasCacheControlNoCacheHeader()  

[ Top ]
Methods
Constructor MainTest  [line 35]

  MainTest MainTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 39]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
tearDown  [line 67]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testAuthTokenCheckIsEnforcedForControllerLikeViews  [line 329]

  void testAuthTokenCheckIsEnforcedForControllerLikeViews( )



[ Top ]
testAuthTokenCheckIsEnforcedForControllers  [line 308]

  void testAuthTokenCheckIsEnforcedForControllers( )



[ Top ]
testAuthTokenCheckIsOmittedForSpecificControllers  [line 350]

  void testAuthTokenCheckIsOmittedForSpecificControllers( )



[ Top ]
testDoRedirectConvertsToAbsoluteUrl  [line 259]

  void testDoRedirectConvertsToAbsoluteUrl( )



[ Top ]
testDoRedirectIisBugFix  [line 175]

  void testDoRedirectIisBugFix( )

Test that we only append the GALLERYSID to Location URLs if really needed.



[ Top ]
testDoRedirectRemoveTrailingQMark  [line 285]

  void testDoRedirectRemoveTrailingQMark( )



[ Top ]
testEmbedOnly  [line 98]

  void testEmbedOnly( )

Test embed-only mode with simple permission denied error.



[ Top ]
testEmbedOnlyUrl  [line 113]

  void testEmbedOnlyUrl( )

Test embed-only mode with configured redirect URL.



[ Top ]
testImmediateViewNormalizesError  [line 502]

  void testImmediateViewNormalizesError( )



[ Top ]
testImmediateViewRequestSetsCacheControl  [line 553]

  void testImmediateViewRequestSetsCacheControl( )



[ Top ]
testImmediateViewRequestWithoutAutoCacheControl  [line 574]

  void testImmediateViewRequestWithoutAutoCacheControl( )



[ Top ]
testMaintenanceMode  [line 132]

  void testMaintenanceMode( )

Test maintenance mode controller redirect with standard redirect URL.



[ Top ]
testMaintenanceModeUrl  [line 155]

  void testMaintenanceModeUrl( )

Test maintenance mode view redirect with configured redirect URL.



[ Top ]
testPostBeforeDisplayEvent  [line 526]

  void testPostBeforeDisplayEvent( )



[ Top ]
testRedirectViewForAlternateGuestWithoutPermissions  [line 414]

  void testRedirectViewForAlternateGuestWithoutPermissions( )



[ Top ]
testRedirectViewForGuestWithoutPermissions  [line 371]

  void testRedirectViewForGuestWithoutPermissions( )



[ Top ]
testViewForUserWithoutPermission  [line 454]

  void testViewForUserWithoutPermission( )



[ Top ]
_getResponseHeaders  [line 88]

  void _getResponseHeaders( )



[ Top ]
_hasCacheControlNoCacheHeader  [line 565]

  void _hasCacheControlNoCacheHeader( $headers  )

Parameters:
   $headers: 


[ Top ]

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