C# 클래스 Microsoft.AspNet.SignalR.Tests.Server.ScaleoutStoreFacts

파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
AssertMessagesWithCursorForRange ( int values, ulong targetId, ulong firstId, int count ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AssertMessagesWithCursorForRange() 공개 메소드

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