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

Class: StorageTest

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

Class StorageTest

Class Overview
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 ]
Property Summary
mixed   $_db  
mixed   $_results  
mixed   $_resultsNonTransactional  

[ Top ]
Method Summary
StorageTest   StorageTest()  
void   setUp()  
void   tearDown()  
void   testAddMap()  
void   testAddMapArray()  
void   testAddMapArrayNonTransactionalDatabaseConnection()  
void   testAddMapArrayTruncate()  
void   testAddMapNonTransactionalDatabaseConnection()  
void   testAddMapTruncate()  
void   testDescribeEntityWritesToMemoryCache()  
void   testDescribeMapReadsFromMemoryCache()  
void   testDescribeMapWritesToMemoryCache()  
void   testEncodeDecodeBlob()  
void   testGetMapEntries()  
void   testGetMapEntriesAll()  
void   testGetMapEntriesLimited()  
void   testGetMapEntriesOrdered()  
void   testGetMapEntry()  
void   testGetUniqueId()  
void   testNormalizeValueBitNotNull()  
void   testNormalizeValueFromTextToString()  
void   testNormalizeValueNotNull()  
void   testNormalizeValueNotNullEmptyAllowed()  
void   testNormalizeValueNotNullEmptyNotAllowed()  
void   testNormalizeValueToBit()  
void   testNormalizeValueToBoolean()  
void   testNormalizeValueToInteger()  
void   testNormalizeValueToOtherType()  
void   testNormalizeValueToString()  
void   testNormalizeValueToTimeStamp()  
void   testOptimize()  
void   testOptimizeSpecificTables()  
void   testRemoveAllMapEntriesNonTransactional()  
void   testRemoveAllMapEntriesTransactional()  
void   testRemoveMapValueIsNull()  
void   testSaveEntity()  
void   testSelectRandomInteger()  
void   testSqlInjectionWithNullCharacter()  
void   testTranslateQuery()  
void   testTruncateOnSave()  
void   testTruncateString()  
void   testUpdateMapEntry()  
void   testUpdateMapEntryNonTransactionalDatabaseConnection()  
void   testUpdateMapTruncate()  
void   testUpdateMapTruncateMultipleMatches()  
void   testUpdateMapValueIsNull()  
void   _getNonTransactionalResults()  

[ Top ]
Properties
mixed   $_db [line 37]

[ Top ]
mixed   $_results [line 38]

[ Top ]
mixed   $_resultsNonTransactional [line 39]

[ Top ]
Methods
Constructor StorageTest  [line 41]

  StorageTest StorageTest( $methodName  )

Parameters:
   $methodName: 


[ Top ]
setUp  [line 45]

  void setUp( )



Redefinition of:
GalleryTestCase::setUp()

[ Top ]
tearDown  [line 104]

  void tearDown( )



Redefinition of:
GalleryTestCase::tearDown()

[ Top ]
testAddMap  [line 165]

  void testAddMap( )



[ Top ]
testAddMapArray  [line 299]

  void testAddMapArray( )



[ Top ]
testAddMapArrayNonTransactionalDatabaseConnection  [line 321]

  void testAddMapArrayNonTransactionalDatabaseConnection( )



[ Top ]
testAddMapArrayTruncate  [line 347]

  void testAddMapArrayTruncate( )



[ Top ]
testAddMapNonTransactionalDatabaseConnection  [line 181]

  void testAddMapNonTransactionalDatabaseConnection( )



[ Top ]
testAddMapTruncate  [line 197]

  void testAddMapTruncate( )



[ Top ]
testDescribeEntityWritesToMemoryCache  [line 1054]

  void testDescribeEntityWritesToMemoryCache( )



[ Top ]
testDescribeMapReadsFromMemoryCache  [line 1038]

  void testDescribeMapReadsFromMemoryCache( )



[ Top ]
testDescribeMapWritesToMemoryCache  [line 1005]

  void testDescribeMapWritesToMemoryCache( )



[ Top ]
testEncodeDecodeBlob  [line 828]

  void testEncodeDecodeBlob( )



[ Top ]
testGetMapEntries  [line 406]

  void testGetMapEntries( )



[ Top ]
testGetMapEntriesAll  [line 429]

  void testGetMapEntriesAll( )



[ Top ]
testGetMapEntriesLimited  [line 451]

  void testGetMapEntriesLimited( )



[ Top ]
testGetMapEntriesOrdered  [line 477]

  void testGetMapEntriesOrdered( )



[ Top ]
testGetMapEntry  [line 376]

  void testGetMapEntry( )



[ Top ]
testGetUniqueId  [line 142]

  void testGetUniqueId( )



[ Top ]
testNormalizeValueBitNotNull  [line 643]

  void testNormalizeValueBitNotNull( )



[ Top ]
testNormalizeValueFromTextToString  [line 772]

  void testNormalizeValueFromTextToString( )



[ Top ]
testNormalizeValueNotNull  [line 624]

  void testNormalizeValueNotNull( )



[ Top ]
testNormalizeValueNotNullEmptyAllowed  [line 657]

  void testNormalizeValueNotNullEmptyAllowed( )



[ Top ]
testNormalizeValueNotNullEmptyNotAllowed  [line 676]

  void testNormalizeValueNotNullEmptyNotAllowed( )



[ Top ]
testNormalizeValueToBit  [line 759]

  void testNormalizeValueToBit( )



[ Top ]
testNormalizeValueToBoolean  [line 696]

  void testNormalizeValueToBoolean( )



[ Top ]
testNormalizeValueToInteger  [line 713]

  void testNormalizeValueToInteger( )



[ Top ]
testNormalizeValueToOtherType  [line 750]

  void testNormalizeValueToOtherType( )



[ Top ]
testNormalizeValueToString  [line 726]

  void testNormalizeValueToString( )



[ Top ]
testNormalizeValueToTimeStamp  [line 612]

  void testNormalizeValueToTimeStamp( )



[ Top ]
testOptimize  [line 942]

  void testOptimize( )



[ Top ]
testOptimizeSpecificTables  [line 973]

  void testOptimizeSpecificTables( )



[ Top ]
testRemoveAllMapEntriesNonTransactional  [line 1113]

  void testRemoveAllMapEntriesNonTransactional( )



[ Top ]
testRemoveAllMapEntriesTransactional  [line 1095]

  void testRemoveAllMapEntriesTransactional( )



[ Top ]
testRemoveMapValueIsNull  [line 279]

  void testRemoveMapValueIsNull( )



[ Top ]
testSaveEntity  [line 548]

  void testSaveEntity( )



[ Top ]
testSelectRandomInteger  [line 1130]

  void testSelectRandomInteger( )



[ Top ]
testSqlInjectionWithNullCharacter  [line 782]

  void testSqlInjectionWithNullCharacter( )



[ Top ]
testTranslateQuery  [line 126]

  void testTranslateQuery( )



[ Top ]
testTruncateOnSave  [line 580]

  void testTruncateOnSave( )



[ Top ]
testTruncateString  [line 887]

  void testTruncateString( )



[ Top ]
testUpdateMapEntry  [line 504]

  void testUpdateMapEntry( )



[ Top ]
testUpdateMapEntryNonTransactionalDatabaseConnection  [line 526]

  void testUpdateMapEntryNonTransactionalDatabaseConnection( )



[ Top ]
testUpdateMapTruncate  [line 217]

  void testUpdateMapTruncate( )



[ Top ]
testUpdateMapTruncateMultipleMatches  [line 237]

  void testUpdateMapTruncateMultipleMatches( )



[ Top ]
testUpdateMapValueIsNull  [line 257]

  void testUpdateMapValueIsNull( )



[ Top ]
_getNonTransactionalResults  [line 119]

  void _getNonTransactionalResults( )



[ Top ]

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