C# Class Raven.Tests.Storage.GeneralStorage

Inheritance: Raven.Tests.Common.RavenTest
Mostra file Open project: robashton/ravendb

Public Methods

Method Description
Dispose ( ) : void
GeneralStorage ( ) : System

Private Methods

Method Description
CanAddAndRemoveMultipleTasks_InSingleTx ( ) : void
CanDeleteQueuedData ( ) : void
CanEnqueueAndPeek ( ) : void
CanGetDocumentAfterAnEtag ( ) : void
CanGetDocumentAfterAnEtagAfterDocumentUpdateWouldReturnThatDocument ( ) : void
CanGetDocumentAfterEmptyEtag ( ) : void
CanGetDocumentCounts ( ) : void
CanGetNewIdentityValues ( ) : void
CanGetNewIdentityValuesWhenUsingTwoDifferentItems ( ) : void
CanProperlyHandleDeletingThreeItemsBothFromPK_And_SecondaryIndexes ( ) : void
Can_query_by_id_prefix ( ) : void
PoisonMessagesWillBeDeleted ( ) : void
UpdatingDocumentWillKeepSameCount ( ) : void
WhenPutAnIdWithASpace_IdWillBeAGuid ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GeneralStorage() public method

public GeneralStorage ( ) : System
return System