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

Class: RepositoryUtilitiesTest

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

Class RepositoryUtilitiesTest

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   setUp()  
void   testCompareRevisions()  
void   testCompareVersions()  
void   testDownloadAggregatePackages()  
void   testDownloadAggregatePackagesFailedDownload()  
void   testDownloadAggregatePackagesTempDirectoryMissing()  
void   testDownloadFileWithGzinflate()  
void   testDownloadFileWithGzinflateButIgnoringCompression()  
void   testDownloadFileWithoutGzinflate()  
void   testExtractRevision()  
void   testGetFirstBytesFromFile()  
void   testGetLanguageBaseRevision()  
void   testGetLanguageDescription()  
void   testGetPluginPackages()  
void   testGetPluginVersion()  
void   testGetProvidedApis()  
void   testIsPluginAvailable()  
void   testIsPluginCompatible()  
void   testPreVerifyPackageMissingOneDirectory()  
void   testPreVerifyPackageMissingOneFile()  
void   testPreVerifyPackageModuleAlreadyInstalledAndWriteable()  
void   testPreVerifyPackageModuleContainsFileInPlaceOfADirectory()  
void   testPreVerifyPackageModuleNotInstalled()  
void   testPreVerifyPackageModuleNotOverwriteable()  
void   testPreVerifyPackageNonWriteableModuleDir()  
void   testSplitAggregatePackage()  
void   testSplitAggregatePackageInvalidInput()  
void   testSplitAggregatePackageUnexpectedGzipFile()  
void   testUpdatePackageMetaData()  
void   testVerifyPackageIntegrity()  
void   _getDescriptorForPreVerifyPackageTests()  
void   _setAggregrateDownloadResponses()  
void   _setDownloadHeaders()  
void   _setSplitPackagesResponses()  

[ Top ]
Methods
setUp  [line 41]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
testCompareRevisions  [line 98]

  void testCompareRevisions( )



[ Top ]
testCompareVersions  [line 57]

  void testCompareVersions( )



[ Top ]
testDownloadAggregatePackages  [line 927]

  void testDownloadAggregatePackages( )



[ Top ]
testDownloadAggregatePackagesFailedDownload  [line 952]

  void testDownloadAggregatePackagesFailedDownload( )



[ Top ]
testDownloadAggregatePackagesTempDirectoryMissing  [line 976]

  void testDownloadAggregatePackagesTempDirectoryMissing( )



[ Top ]
testDownloadFileWithGzinflate  [line 390]

  void testDownloadFileWithGzinflate( )



[ Top ]
testDownloadFileWithGzinflateButIgnoringCompression  [line 422]

  void testDownloadFileWithGzinflateButIgnoringCompression( )



[ Top ]
testDownloadFileWithoutGzinflate  [line 358]

  void testDownloadFileWithoutGzinflate( )



[ Top ]
testExtractRevision  [line 112]

  void testExtractRevision( )



[ Top ]
testGetFirstBytesFromFile  [line 128]

  void testGetFirstBytesFromFile( )



[ Top ]
testGetLanguageBaseRevision  [line 170]

  void testGetLanguageBaseRevision( )



[ Top ]
testGetLanguageDescription  [line 154]

  void testGetLanguageDescription( )



[ Top ]
testGetPluginPackages  [line 316]

  void testGetPluginPackages( )



[ Top ]
testGetPluginVersion  [line 343]

  void testGetPluginVersion( )



[ Top ]
testGetProvidedApis  [line 275]

  void testGetProvidedApis( )



[ Top ]
testIsPluginAvailable  [line 191]

  void testIsPluginAvailable( )



[ Top ]
testIsPluginCompatible  [line 220]

  void testIsPluginCompatible( )



[ Top ]
testPreVerifyPackageMissingOneDirectory  [line 579]

  void testPreVerifyPackageMissingOneDirectory( )



[ Top ]
testPreVerifyPackageMissingOneFile  [line 602]

  void testPreVerifyPackageMissingOneFile( )



[ Top ]
testPreVerifyPackageModuleAlreadyInstalledAndWriteable  [line 525]

  void testPreVerifyPackageModuleAlreadyInstalledAndWriteable( )



[ Top ]
testPreVerifyPackageModuleContainsFileInPlaceOfADirectory  [line 627]

  void testPreVerifyPackageModuleContainsFileInPlaceOfADirectory( )



[ Top ]
testPreVerifyPackageModuleNotInstalled  [line 508]

  void testPreVerifyPackageModuleNotInstalled( )



[ Top ]
testPreVerifyPackageModuleNotOverwriteable  [line 548]

  void testPreVerifyPackageModuleNotOverwriteable( )



[ Top ]
testPreVerifyPackageNonWriteableModuleDir  [line 652]

  void testPreVerifyPackageNonWriteableModuleDir( )



[ Top ]
testSplitAggregatePackage  [line 742]

  void testSplitAggregatePackage( )



[ Top ]
testSplitAggregatePackageInvalidInput  [line 796]

  void testSplitAggregatePackageInvalidInput( )



[ Top ]
testSplitAggregatePackageUnexpectedGzipFile  [line 819]

  void testSplitAggregatePackageUnexpectedGzipFile( )



[ Top ]
testUpdatePackageMetaData  [line 454]

  void testUpdatePackageMetaData( )



[ Top ]
testVerifyPackageIntegrity  [line 671]

  void testVerifyPackageIntegrity( )



[ Top ]
_getDescriptorForPreVerifyPackageTests  [line 571]

  void _getDescriptorForPreVerifyPackageTests( )



[ Top ]
_setAggregrateDownloadResponses  [line 869]

  void _setAggregrateDownloadResponses( $files, [ $errors = array()]  )

Parameters:
   $files: 
   $errors: 


[ Top ]
_setDownloadHeaders  [line 848]

  void _setDownloadHeaders( $handle, [ $failed = null]  )

Parameters:
   $handle: 
   $failed: 


[ Top ]
_setSplitPackagesResponses  [line 713]

  void _setSplitPackagesResponses( $file, $rawData, [ $error = array()]  )

Parameters:
   $file: 
   $rawData: 
   $error: 


[ Top ]

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