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

Class: TemplateAdapterTest

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

Class TemplateAdapterTest

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
void   GalleryTemplateAdapterTest()  
void   testAutoCompleteIncludesAuthToken()  
void   testChangeInDescendents()  
void   testCombineJavascriptFiles()  
void   testCombineJavascriptFilesUseYuiUtilities()  
void   testCombineJavascriptFilesWithDynamic()  
void   testForceFullUrlOff()  
void   testForceFullUrlOn()  
void   testHeadContentFromTemplate()  
void   testHeadContentFromTemplateNoCombinedJavascript()  
void   testItemLink()  
void   testItemLinkAsSelectOption()  
void   testItemLinkOverrideTextClassAndAddAttribute()  
void   testItemLinkWithScript()  
void   testLinkId1()  
void   testLinkId2()  
void   testLinkId3()  
void   testLinkId4()  
void   testLinkId5()  
void   testLinkId6()  
void   testMissingBlockNoCompileCheck()  
void   testMissingBlockNoCompileCheckTplCached()  
void   testMissingBlockWithCompileCheck()  
void   testSafeCssName1()  
void   testSafeCssName2()  
void   testSafeCssName3()  
void   testTextForJavaScript()  
void   testTextNotForJavaScript()  
void   testTextPostSprintf()  
void   testTextViewL10domain()  
void   testThemeUrls()  
void   testThemeUrlsWithOverride()  
void   testThemeUrlsWithOverrideSubdir()  
void   testUrlOptionsAndBulkOptions()  
void   testUrlParamsAndArgs()  
void   _buildPlatformResponses()  
void   _setupAdapterWithMocks()  

[ Top ]
Methods
GalleryTemplateAdapterTest  [line 41]

  void GalleryTemplateAdapterTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
testAutoCompleteIncludesAuthToken  [line 258]

  void testAutoCompleteIncludesAuthToken( )



[ Top ]
testChangeInDescendents  [line 150]

  void testChangeInDescendents( )



[ Top ]
testCombineJavascriptFiles  [line 276]

  void testCombineJavascriptFiles( )



[ Top ]
testCombineJavascriptFilesUseYuiUtilities  [line 361]

  void testCombineJavascriptFilesUseYuiUtilities( )



[ Top ]
testCombineJavascriptFilesWithDynamic  [line 329]

  void testCombineJavascriptFilesWithDynamic( )



[ Top ]
testForceFullUrlOff  [line 124]

  void testForceFullUrlOff( )



[ Top ]
testForceFullUrlOn  [line 115]

  void testForceFullUrlOn( )



[ Top ]
testHeadContentFromTemplate  [line 540]

  void testHeadContentFromTemplate( )



[ Top ]
testHeadContentFromTemplateNoCombinedJavascript  [line 568]

  void testHeadContentFromTemplateNoCombinedJavascript( )



[ Top ]
testItemLink  [line 410]

  void testItemLink( )



[ Top ]
testItemLinkAsSelectOption  [line 436]

  void testItemLinkAsSelectOption( )



[ Top ]
testItemLinkOverrideTextClassAndAddAttribute  [line 447]

  void testItemLinkOverrideTextClassAndAddAttribute( )



[ Top ]
testItemLinkWithScript  [line 422]

  void testItemLinkWithScript( )



[ Top ]
testLinkId1  [line 56]

  void testLinkId1( )



[ Top ]
testLinkId2  [line 62]

  void testLinkId2( )



[ Top ]
testLinkId3  [line 68]

  void testLinkId3( )



[ Top ]
testLinkId4  [line 74]

  void testLinkId4( )



[ Top ]
testLinkId5  [line 82]

  void testLinkId5( )



[ Top ]
testLinkId6  [line 88]

  void testLinkId6( )



[ Top ]
testMissingBlockNoCompileCheck  [line 512]

  void testMissingBlockNoCompileCheck( )



[ Top ]
testMissingBlockNoCompileCheckTplCached  [line 483]

  void testMissingBlockNoCompileCheckTplCached( )



[ Top ]
testMissingBlockWithCompileCheck  [line 460]

  void testMissingBlockWithCompileCheck( )



[ Top ]
testSafeCssName1  [line 97]

  void testSafeCssName1( )



[ Top ]
testSafeCssName2  [line 103]

  void testSafeCssName2( )



[ Top ]
testSafeCssName3  [line 109]

  void testSafeCssName3( )



[ Top ]
testTextForJavaScript  [line 180]

  void testTextForJavaScript( )



[ Top ]
testTextNotForJavaScript  [line 172]

  void testTextNotForJavaScript( )



[ Top ]
testTextPostSprintf  [line 199]

  void testTextPostSprintf( )



[ Top ]
testTextViewL10domain  [line 160]

  void testTextViewL10domain( )



[ Top ]
testThemeUrls  [line 216]

  void testThemeUrls( )



[ Top ]
testThemeUrlsWithOverride  [line 224]

  void testThemeUrlsWithOverride( )



[ Top ]
testThemeUrlsWithOverrideSubdir  [line 240]

  void testThemeUrlsWithOverrideSubdir( )



[ Top ]
testUrlOptionsAndBulkOptions  [line 141]

  void testUrlOptionsAndBulkOptions( )



[ Top ]
testUrlParamsAndArgs  [line 132]

  void testUrlParamsAndArgs( )



[ Top ]
_buildPlatformResponses  [line 387]

  void _buildPlatformResponses( $filename, $md5Key, $content  )

Parameters:
   $filename: 
   $md5Key: 
   $content: 


[ Top ]
_setupAdapterWithMocks  [line 45]

  void _setupAdapterWithMocks( )



[ Top ]

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