C# Class Microsoft.AspNet.SignalR.Tests.Server.ScaleoutStoreFacts

ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
AssertMessagesWithCursorForRange ( int values, ulong targetId, ulong firstId, int count ) : void

Private Methods

Method Description
AccurateMappingIds ( ) : void
BinarySearchNoOverwriteSuccess ( ) : void
BinarySearchNoOverwritemBiggerFail ( ) : void
BinarySearchNoOverwritemSmallerFail ( ) : void
BinarySearchOverwriteBiggerFail ( ) : void
BinarySearchOverwriteSmallerFail ( ) : void
BinarySearchOverwriteSuccess ( ) : void
GettingMessagesWithCursorBiggerThanMaxReturnsNothing ( ) : void
GettingMessagesWithCursorBiggerThanMaxReturnsNothingIfNewer ( ) : void
GettingMessagesWithCursorInbetweenEvenRangeGetsAll ( ) : void
GettingMessagesWithCursorInbetweenFragmentsGetsEverythingAfterwards ( ) : void
GettingMessagesWithCursorInbetweenOddRangeGetsAll ( ) : void
GettingMessagesWithCursorInbetweenOnElementRangeGetsAll ( ) : void
GettingMessagesWithCursorLowerThanMinReturnsAll ( ) : void
GettingMessagesWithSentinelCursorReturnsEverything ( ) : void
MinMappingIdMovesWhenOverflow ( ) : void
SingleMessageOnlyVerifyIds ( ) : void

Method Details

AssertMessagesWithCursorForRange() public method

public AssertMessagesWithCursorForRange ( int values, ulong targetId, ulong firstId, int count ) : void
values int
targetId ulong
firstId ulong
count int
return void