MediaWiki REL1_27
WatchedItemStoreUnitTest Class Reference
Inheritance diagram for WatchedItemStoreUnitTest:
Collaboration diagram for WatchedItemStoreUnitTest:

Public Member Functions

 provideDbTypes ()
 
 provideIntWithDbUnsafeVersion ()
 
 provideLinkTargetPairs ()
 
 testAddWatch_anonymousUser ()
 
 testAddWatch_nonAnonymousUser ()
 
 testAddWatchBatchForUser_anonymousUsersAreSkipped ()
 
 testAddWatchBatchForUser_nonAnonymousUser ()
 
 testAddWatchBatchForUser_readOnlyDBReturnsFalse ()
 
 testAddWatchBatchReturnsTrue_whenGivenEmptyList ()
 
 testCountUnreadNotifications ()
 
 testCountUnreadNotifications_withUnreadLimit_overLimit ( $limit)
 provideIntWithDbUnsafeVersion
 
 testCountUnreadNotifications_withUnreadLimit_underLimit ( $limit)
 provideIntWithDbUnsafeVersion
 
 testCountVisitingWatchers ()
 
 testCountVisitingWatchersMultiple ()
 
 testCountVisitingWatchersMultiple_withMinimumWatchers ( $minWatchers)
 provideIntWithDbUnsafeVersion
 
 testCountVisitingWatchersMultiple_withMissingTargets ()
 
 testCountWatchedItems ()
 
 testCountWatchers ()
 
 testCountWatchersMultiple ()
 
 testCountWatchersMultiple_withMinimumWatchers ( $minWatchers)
 provideIntWithDbUnsafeVersion
 
 testDuplicateAllAssociatedEntries_nothingToDuplicate ()
 
 testDuplicateAllAssociatedEntries_somethingToDuplicate (LinkTarget $oldTarget, LinkTarget $newTarget)
 provideLinkTargetPairs
 
 testDuplicateEntry_nothingToDuplicate ()
 
 testDuplicateEntry_somethingToDuplicate ()
 
 testGetDefaultInstance ()
 
 testGetNotificationTimestampsBatch ()
 
 testGetNotificationTimestampsBatch_allItemsCached ()
 
 testGetNotificationTimestampsBatch_anonymousUser ()
 
 testGetNotificationTimestampsBatch_cachedItem ()
 
 testGetNotificationTimestampsBatch_notWatchedTarget ()
 
 testGetWatchedItem_anonymousUser ()
 
 testGetWatchedItem_cachedItem ()
 
 testGetWatchedItem_existingItem ()
 
 testGetWatchedItem_noItem ()
 
 testGetWatchedItemsForUser ()
 
 testGetWatchedItemsForUser_badSortOptionThrowsException ()
 
 testGetWatchedItemsForUser_optionsAndEmptyResult ( $forWrite, $dbType)
 provideDbTypes
 
 testIsWatchedItem_anonymousUser ()
 
 testIsWatchedItem_existingItem ()
 
 testIsWatchedItem_noItem ()
 
 testLoadWatchedItem_anonymousUser ()
 
 testLoadWatchedItem_existingItem ()
 
 testLoadWatchedItem_noItem ()
 
 testOverrideDefaultInstance ()
 
 testRemoveWatch_anonymousUser ()
 
 testRemoveWatch_existingItem ()
 
 testRemoveWatch_noItem ()
 
 testResetNotificationTimestamp_anonymousUser ()
 
 testResetNotificationTimestamp_futureNotificationTimestampForced ()
 
 testResetNotificationTimestamp_futureNotificationTimestampNotForced ()
 
 testResetNotificationTimestamp_item ()
 
 testResetNotificationTimestamp_noItem ()
 
 testResetNotificationTimestamp_noItemForced ()
 
 testResetNotificationTimestamp_notWatchedPageForced ()
 
 testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced ()
 
 testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced ()
 
 testUpdateNotificationTimestamp_clearsCachedItems ()
 
 testUpdateNotificationTimestamp_noWatchers ()
 
 testUpdateNotificationTimestamp_watchersExist ()
 

Private Member Functions

 getAnonUser ()
 
 getFakeRow (array $rowValues)
 
 getMockCache ()
 
 getMockDb ()
 
 getMockLoadBalancer ( $mockDb, $expectedConnectionType=null, $readOnlyReason=false)
 
 getMockNonAnonUserWithId ( $id)
 
 getMockTitle ( $text, $ns=0)
 
 newWatchedItemStore (LoadBalancer $loadBalancer, HashBagOStuff $cache)
 
 verifyCallbackJob ( $callback, LinkTarget $expectedTitle, $expectedUserId, callable $notificationTimestampCondition)
 

Detailed Description

Author
Addshore

WatchedItemStore

Definition at line 9 of file WatchedItemStoreUnitTest.php.

Member Function Documentation

◆ getAnonUser()

WatchedItemStoreUnitTest::getAnonUser ( )
private
Returns
User

Definition at line 78 of file WatchedItemStoreUnitTest.php.

Referenced by testAddWatch_anonymousUser().

◆ getFakeRow()

◆ getMockCache()

WatchedItemStoreUnitTest::getMockCache ( )
private
Returns
PHPUnit_Framework_MockObject_MockObject|HashBagOStuff

Definition at line 48 of file WatchedItemStoreUnitTest.php.

Referenced by testAddWatch_anonymousUser(), testAddWatch_nonAnonymousUser(), testAddWatchBatchForUser_anonymousUsersAreSkipped(), testAddWatchBatchForUser_nonAnonymousUser(), testAddWatchBatchForUser_readOnlyDBReturnsFalse(), testAddWatchBatchReturnsTrue_whenGivenEmptyList(), testCountUnreadNotifications(), testCountUnreadNotifications_withUnreadLimit_overLimit(), testCountUnreadNotifications_withUnreadLimit_underLimit(), testCountVisitingWatchers(), testCountVisitingWatchersMultiple(), testCountVisitingWatchersMultiple_withMinimumWatchers(), testCountVisitingWatchersMultiple_withMissingTargets(), testCountWatchedItems(), testCountWatchers(), testCountWatchersMultiple(), testCountWatchersMultiple_withMinimumWatchers(), testDuplicateAllAssociatedEntries_nothingToDuplicate(), testDuplicateAllAssociatedEntries_somethingToDuplicate(), testDuplicateEntry_nothingToDuplicate(), testDuplicateEntry_somethingToDuplicate(), testGetNotificationTimestampsBatch(), testGetNotificationTimestampsBatch_allItemsCached(), testGetNotificationTimestampsBatch_anonymousUser(), testGetNotificationTimestampsBatch_cachedItem(), testGetNotificationTimestampsBatch_notWatchedTarget(), testGetWatchedItem_anonymousUser(), testGetWatchedItem_cachedItem(), testGetWatchedItem_existingItem(), testGetWatchedItem_noItem(), testGetWatchedItemsForUser(), testGetWatchedItemsForUser_badSortOptionThrowsException(), testGetWatchedItemsForUser_optionsAndEmptyResult(), testIsWatchedItem_anonymousUser(), testIsWatchedItem_existingItem(), testIsWatchedItem_noItem(), testLoadWatchedItem_anonymousUser(), testLoadWatchedItem_existingItem(), testLoadWatchedItem_noItem(), testRemoveWatch_anonymousUser(), testRemoveWatch_existingItem(), testRemoveWatch_noItem(), testResetNotificationTimestamp_anonymousUser(), testResetNotificationTimestamp_futureNotificationTimestampForced(), testResetNotificationTimestamp_futureNotificationTimestampNotForced(), testResetNotificationTimestamp_item(), testResetNotificationTimestamp_noItem(), testResetNotificationTimestamp_noItemForced(), testResetNotificationTimestamp_notWatchedPageForced(), testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced(), testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced(), testUpdateNotificationTimestamp_clearsCachedItems(), testUpdateNotificationTimestamp_noWatchers(), and testUpdateNotificationTimestamp_watchersExist().

◆ getMockDb()

WatchedItemStoreUnitTest::getMockDb ( )
private
Returns
PHPUnit_Framework_MockObject_MockObject|IDatabase

Definition at line 14 of file WatchedItemStoreUnitTest.php.

Referenced by testAddWatch_anonymousUser(), testAddWatch_nonAnonymousUser(), testAddWatchBatchForUser_anonymousUsersAreSkipped(), testAddWatchBatchForUser_nonAnonymousUser(), testAddWatchBatchForUser_readOnlyDBReturnsFalse(), testAddWatchBatchReturnsTrue_whenGivenEmptyList(), testCountUnreadNotifications(), testCountUnreadNotifications_withUnreadLimit_overLimit(), testCountUnreadNotifications_withUnreadLimit_underLimit(), testCountVisitingWatchers(), testCountVisitingWatchersMultiple(), testCountVisitingWatchersMultiple_withMinimumWatchers(), testCountVisitingWatchersMultiple_withMissingTargets(), testCountWatchedItems(), testCountWatchers(), testCountWatchersMultiple(), testCountWatchersMultiple_withMinimumWatchers(), testDuplicateAllAssociatedEntries_nothingToDuplicate(), testDuplicateAllAssociatedEntries_somethingToDuplicate(), testDuplicateEntry_nothingToDuplicate(), testDuplicateEntry_somethingToDuplicate(), testGetNotificationTimestampsBatch(), testGetNotificationTimestampsBatch_allItemsCached(), testGetNotificationTimestampsBatch_anonymousUser(), testGetNotificationTimestampsBatch_cachedItem(), testGetNotificationTimestampsBatch_notWatchedTarget(), testGetWatchedItem_anonymousUser(), testGetWatchedItem_cachedItem(), testGetWatchedItem_existingItem(), testGetWatchedItem_noItem(), testGetWatchedItemsForUser(), testGetWatchedItemsForUser_badSortOptionThrowsException(), testGetWatchedItemsForUser_optionsAndEmptyResult(), testIsWatchedItem_anonymousUser(), testIsWatchedItem_existingItem(), testIsWatchedItem_noItem(), testLoadWatchedItem_anonymousUser(), testLoadWatchedItem_existingItem(), testLoadWatchedItem_noItem(), testRemoveWatch_anonymousUser(), testRemoveWatch_existingItem(), testRemoveWatch_noItem(), testResetNotificationTimestamp_anonymousUser(), testResetNotificationTimestamp_futureNotificationTimestampForced(), testResetNotificationTimestamp_futureNotificationTimestampNotForced(), testResetNotificationTimestamp_item(), testResetNotificationTimestamp_noItem(), testResetNotificationTimestamp_noItemForced(), testResetNotificationTimestamp_notWatchedPageForced(), testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced(), testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced(), testUpdateNotificationTimestamp_clearsCachedItems(), testUpdateNotificationTimestamp_noWatchers(), and testUpdateNotificationTimestamp_watchersExist().

◆ getMockLoadBalancer()

WatchedItemStoreUnitTest::getMockLoadBalancer (   $mockDb,
  $expectedConnectionType = null,
  $readOnlyReason = false 
)
private
Returns
PHPUnit_Framework_MockObject_MockObject|LoadBalancer

Definition at line 21 of file WatchedItemStoreUnitTest.php.

Referenced by testAddWatch_anonymousUser(), testAddWatch_nonAnonymousUser(), testAddWatchBatchForUser_anonymousUsersAreSkipped(), testAddWatchBatchForUser_nonAnonymousUser(), testAddWatchBatchForUser_readOnlyDBReturnsFalse(), testAddWatchBatchReturnsTrue_whenGivenEmptyList(), testCountUnreadNotifications(), testCountUnreadNotifications_withUnreadLimit_overLimit(), testCountUnreadNotifications_withUnreadLimit_underLimit(), testCountVisitingWatchers(), testCountVisitingWatchersMultiple(), testCountVisitingWatchersMultiple_withMinimumWatchers(), testCountVisitingWatchersMultiple_withMissingTargets(), testCountWatchedItems(), testCountWatchers(), testCountWatchersMultiple(), testCountWatchersMultiple_withMinimumWatchers(), testDuplicateAllAssociatedEntries_nothingToDuplicate(), testDuplicateAllAssociatedEntries_somethingToDuplicate(), testDuplicateEntry_nothingToDuplicate(), testDuplicateEntry_somethingToDuplicate(), testGetNotificationTimestampsBatch(), testGetNotificationTimestampsBatch_allItemsCached(), testGetNotificationTimestampsBatch_anonymousUser(), testGetNotificationTimestampsBatch_cachedItem(), testGetNotificationTimestampsBatch_notWatchedTarget(), testGetWatchedItem_anonymousUser(), testGetWatchedItem_cachedItem(), testGetWatchedItem_existingItem(), testGetWatchedItem_noItem(), testGetWatchedItemsForUser(), testGetWatchedItemsForUser_badSortOptionThrowsException(), testGetWatchedItemsForUser_optionsAndEmptyResult(), testIsWatchedItem_anonymousUser(), testIsWatchedItem_existingItem(), testIsWatchedItem_noItem(), testLoadWatchedItem_anonymousUser(), testLoadWatchedItem_existingItem(), testLoadWatchedItem_noItem(), testRemoveWatch_anonymousUser(), testRemoveWatch_existingItem(), testRemoveWatch_noItem(), testResetNotificationTimestamp_anonymousUser(), testResetNotificationTimestamp_futureNotificationTimestampForced(), testResetNotificationTimestamp_futureNotificationTimestampNotForced(), testResetNotificationTimestamp_item(), testResetNotificationTimestamp_noItem(), testResetNotificationTimestamp_noItemForced(), testResetNotificationTimestamp_notWatchedPageForced(), testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced(), testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced(), testUpdateNotificationTimestamp_clearsCachedItems(), testUpdateNotificationTimestamp_noWatchers(), and testUpdateNotificationTimestamp_watchersExist().

◆ getMockNonAnonUserWithId()

◆ getMockTitle()

◆ newWatchedItemStore()

WatchedItemStoreUnitTest::newWatchedItemStore ( LoadBalancer  $loadBalancer,
HashBagOStuff  $cache 
)
private

Definition at line 90 of file WatchedItemStoreUnitTest.php.

References $cache.

Referenced by testAddWatch_anonymousUser(), testAddWatch_nonAnonymousUser(), testAddWatchBatchForUser_anonymousUsersAreSkipped(), testAddWatchBatchForUser_nonAnonymousUser(), testAddWatchBatchForUser_readOnlyDBReturnsFalse(), testAddWatchBatchReturnsTrue_whenGivenEmptyList(), testCountUnreadNotifications(), testCountUnreadNotifications_withUnreadLimit_overLimit(), testCountUnreadNotifications_withUnreadLimit_underLimit(), testCountVisitingWatchers(), testCountVisitingWatchersMultiple(), testCountVisitingWatchersMultiple_withMinimumWatchers(), testCountVisitingWatchersMultiple_withMissingTargets(), testCountWatchedItems(), testCountWatchers(), testCountWatchersMultiple(), testCountWatchersMultiple_withMinimumWatchers(), testDuplicateAllAssociatedEntries_nothingToDuplicate(), testDuplicateAllAssociatedEntries_somethingToDuplicate(), testDuplicateEntry_nothingToDuplicate(), testDuplicateEntry_somethingToDuplicate(), testGetNotificationTimestampsBatch(), testGetNotificationTimestampsBatch_allItemsCached(), testGetNotificationTimestampsBatch_anonymousUser(), testGetNotificationTimestampsBatch_cachedItem(), testGetNotificationTimestampsBatch_notWatchedTarget(), testGetWatchedItem_anonymousUser(), testGetWatchedItem_cachedItem(), testGetWatchedItem_existingItem(), testGetWatchedItem_noItem(), testGetWatchedItemsForUser(), testGetWatchedItemsForUser_badSortOptionThrowsException(), testGetWatchedItemsForUser_optionsAndEmptyResult(), testIsWatchedItem_anonymousUser(), testIsWatchedItem_existingItem(), testIsWatchedItem_noItem(), testLoadWatchedItem_anonymousUser(), testLoadWatchedItem_existingItem(), testLoadWatchedItem_noItem(), testRemoveWatch_anonymousUser(), testRemoveWatch_existingItem(), testRemoveWatch_noItem(), testResetNotificationTimestamp_anonymousUser(), testResetNotificationTimestamp_futureNotificationTimestampForced(), testResetNotificationTimestamp_futureNotificationTimestampNotForced(), testResetNotificationTimestamp_item(), testResetNotificationTimestamp_noItem(), testResetNotificationTimestamp_noItemForced(), testResetNotificationTimestamp_notWatchedPageForced(), testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced(), testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced(), testUpdateNotificationTimestamp_clearsCachedItems(), testUpdateNotificationTimestamp_noWatchers(), and testUpdateNotificationTimestamp_watchersExist().

◆ provideDbTypes()

WatchedItemStoreUnitTest::provideDbTypes ( )

Definition at line 1439 of file WatchedItemStoreUnitTest.php.

References DB_MASTER, and DB_SLAVE.

◆ provideIntWithDbUnsafeVersion()

WatchedItemStoreUnitTest::provideIntWithDbUnsafeVersion ( )

Definition at line 228 of file WatchedItemStoreUnitTest.php.

◆ provideLinkTargetPairs()

WatchedItemStoreUnitTest::provideLinkTargetPairs ( )

Definition at line 817 of file WatchedItemStoreUnitTest.php.

References Title\newFromText().

◆ testAddWatch_anonymousUser()

WatchedItemStoreUnitTest::testAddWatch_anonymousUser ( )

◆ testAddWatch_nonAnonymousUser()

WatchedItemStoreUnitTest::testAddWatch_nonAnonymousUser ( )

◆ testAddWatchBatchForUser_anonymousUsersAreSkipped()

WatchedItemStoreUnitTest::testAddWatchBatchForUser_anonymousUsersAreSkipped ( )

◆ testAddWatchBatchForUser_nonAnonymousUser()

WatchedItemStoreUnitTest::testAddWatchBatchForUser_nonAnonymousUser ( )

◆ testAddWatchBatchForUser_readOnlyDBReturnsFalse()

WatchedItemStoreUnitTest::testAddWatchBatchForUser_readOnlyDBReturnsFalse ( )

◆ testAddWatchBatchReturnsTrue_whenGivenEmptyList()

WatchedItemStoreUnitTest::testAddWatchBatchReturnsTrue_whenGivenEmptyList ( )

◆ testCountUnreadNotifications()

WatchedItemStoreUnitTest::testCountUnreadNotifications ( )

◆ testCountUnreadNotifications_withUnreadLimit_overLimit()

WatchedItemStoreUnitTest::testCountUnreadNotifications_withUnreadLimit_overLimit (   $limit)

provideIntWithDbUnsafeVersion

Definition at line 612 of file WatchedItemStoreUnitTest.php.

References $limit, $user, getMockCache(), getMockDb(), getMockLoadBalancer(), getMockNonAnonUserWithId(), and newWatchedItemStore().

◆ testCountUnreadNotifications_withUnreadLimit_underLimit()

WatchedItemStoreUnitTest::testCountUnreadNotifications_withUnreadLimit_underLimit (   $limit)

provideIntWithDbUnsafeVersion

Definition at line 649 of file WatchedItemStoreUnitTest.php.

References $limit, $user, getMockCache(), getMockDb(), getMockLoadBalancer(), getMockNonAnonUserWithId(), and newWatchedItemStore().

◆ testCountVisitingWatchers()

WatchedItemStoreUnitTest::testCountVisitingWatchers ( )

◆ testCountVisitingWatchersMultiple()

WatchedItemStoreUnitTest::testCountVisitingWatchersMultiple ( )

◆ testCountVisitingWatchersMultiple_withMinimumWatchers()

WatchedItemStoreUnitTest::testCountVisitingWatchersMultiple_withMinimumWatchers (   $minWatchers)

provideIntWithDbUnsafeVersion

Definition at line 532 of file WatchedItemStoreUnitTest.php.

References getMockCache(), getMockDb(), getMockLoadBalancer(), and newWatchedItemStore().

◆ testCountVisitingWatchersMultiple_withMissingTargets()

WatchedItemStoreUnitTest::testCountVisitingWatchersMultiple_withMissingTargets ( )

◆ testCountWatchedItems()

WatchedItemStoreUnitTest::testCountWatchedItems ( )

◆ testCountWatchers()

WatchedItemStoreUnitTest::testCountWatchers ( )

◆ testCountWatchersMultiple()

WatchedItemStoreUnitTest::testCountWatchersMultiple ( )

◆ testCountWatchersMultiple_withMinimumWatchers()

WatchedItemStoreUnitTest::testCountWatchersMultiple_withMinimumWatchers (   $minWatchers)

provideIntWithDbUnsafeVersion

Definition at line 238 of file WatchedItemStoreUnitTest.php.

References getFakeRow(), getMockCache(), getMockDb(), getMockLoadBalancer(), and newWatchedItemStore().

◆ testDuplicateAllAssociatedEntries_nothingToDuplicate()

WatchedItemStoreUnitTest::testDuplicateAllAssociatedEntries_nothingToDuplicate ( )

◆ testDuplicateAllAssociatedEntries_somethingToDuplicate()

WatchedItemStoreUnitTest::testDuplicateAllAssociatedEntries_somethingToDuplicate ( LinkTarget  $oldTarget,
LinkTarget  $newTarget 
)

◆ testDuplicateEntry_nothingToDuplicate()

WatchedItemStoreUnitTest::testDuplicateEntry_nothingToDuplicate ( )

◆ testDuplicateEntry_somethingToDuplicate()

WatchedItemStoreUnitTest::testDuplicateEntry_somethingToDuplicate ( )

◆ testGetDefaultInstance()

WatchedItemStoreUnitTest::testGetDefaultInstance ( )

◆ testGetNotificationTimestampsBatch()

WatchedItemStoreUnitTest::testGetNotificationTimestampsBatch ( )

◆ testGetNotificationTimestampsBatch_allItemsCached()

WatchedItemStoreUnitTest::testGetNotificationTimestampsBatch_allItemsCached ( )

◆ testGetNotificationTimestampsBatch_anonymousUser()

WatchedItemStoreUnitTest::testGetNotificationTimestampsBatch_anonymousUser ( )

◆ testGetNotificationTimestampsBatch_cachedItem()

WatchedItemStoreUnitTest::testGetNotificationTimestampsBatch_cachedItem ( )

◆ testGetNotificationTimestampsBatch_notWatchedTarget()

WatchedItemStoreUnitTest::testGetNotificationTimestampsBatch_notWatchedTarget ( )

◆ testGetWatchedItem_anonymousUser()

WatchedItemStoreUnitTest::testGetWatchedItem_anonymousUser ( )

◆ testGetWatchedItem_cachedItem()

WatchedItemStoreUnitTest::testGetWatchedItem_cachedItem ( )

◆ testGetWatchedItem_existingItem()

WatchedItemStoreUnitTest::testGetWatchedItem_existingItem ( )

◆ testGetWatchedItem_noItem()

WatchedItemStoreUnitTest::testGetWatchedItem_noItem ( )

◆ testGetWatchedItemsForUser()

WatchedItemStoreUnitTest::testGetWatchedItemsForUser ( )

◆ testGetWatchedItemsForUser_badSortOptionThrowsException()

WatchedItemStoreUnitTest::testGetWatchedItemsForUser_badSortOptionThrowsException ( )

◆ testGetWatchedItemsForUser_optionsAndEmptyResult()

WatchedItemStoreUnitTest::testGetWatchedItemsForUser_optionsAndEmptyResult (   $forWrite,
  $dbType 
)

◆ testIsWatchedItem_anonymousUser()

WatchedItemStoreUnitTest::testIsWatchedItem_anonymousUser ( )

◆ testIsWatchedItem_existingItem()

WatchedItemStoreUnitTest::testIsWatchedItem_existingItem ( )

◆ testIsWatchedItem_noItem()

WatchedItemStoreUnitTest::testIsWatchedItem_noItem ( )

◆ testLoadWatchedItem_anonymousUser()

WatchedItemStoreUnitTest::testLoadWatchedItem_anonymousUser ( )

◆ testLoadWatchedItem_existingItem()

WatchedItemStoreUnitTest::testLoadWatchedItem_existingItem ( )

◆ testLoadWatchedItem_noItem()

WatchedItemStoreUnitTest::testLoadWatchedItem_noItem ( )

◆ testOverrideDefaultInstance()

WatchedItemStoreUnitTest::testOverrideDefaultInstance ( )

◆ testRemoveWatch_anonymousUser()

WatchedItemStoreUnitTest::testRemoveWatch_anonymousUser ( )

◆ testRemoveWatch_existingItem()

WatchedItemStoreUnitTest::testRemoveWatch_existingItem ( )

◆ testRemoveWatch_noItem()

WatchedItemStoreUnitTest::testRemoveWatch_noItem ( )

◆ testResetNotificationTimestamp_anonymousUser()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_anonymousUser ( )

◆ testResetNotificationTimestamp_futureNotificationTimestampForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_futureNotificationTimestampForced ( )

◆ testResetNotificationTimestamp_futureNotificationTimestampNotForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_futureNotificationTimestampNotForced ( )

◆ testResetNotificationTimestamp_item()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_item ( )

◆ testResetNotificationTimestamp_noItem()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_noItem ( )

◆ testResetNotificationTimestamp_noItemForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_noItemForced ( )

◆ testResetNotificationTimestamp_notWatchedPageForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_notWatchedPageForced ( )

◆ testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_oldidSpecifiedLatestRevisionForced ( )

◆ testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced()

WatchedItemStoreUnitTest::testResetNotificationTimestamp_oldidSpecifiedNotLatestRevisionForced ( )

◆ testUpdateNotificationTimestamp_clearsCachedItems()

WatchedItemStoreUnitTest::testUpdateNotificationTimestamp_clearsCachedItems ( )

◆ testUpdateNotificationTimestamp_noWatchers()

WatchedItemStoreUnitTest::testUpdateNotificationTimestamp_noWatchers ( )

◆ testUpdateNotificationTimestamp_watchersExist()

WatchedItemStoreUnitTest::testUpdateNotificationTimestamp_watchersExist ( )

◆ verifyCallbackJob()


The documentation for this class was generated from the following file: