C# Class Raven.Tests.Transactions.Simple

Inheritance: RavenTest
Mostrar archivo Open project: nhsevidence/ravendb

Public Methods

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

Private Methods

Method Description
PutNewDocInTxAndThenGetItBeforeCommitInSameTransactionReturnsNonNull ( ) : void
PutNewDocInTxAndThenGetItBeforeCommitReturnsNull ( ) : void
PutNewDocInTxCommitAndThenGetIt ( ) : void
SeveralUdpatesInTheSameTransaction ( ) : void
UpdateDocInTxAndThenGetItBeforeCommit ( ) : void
UpdateDocInTxAndThenGetItBeforeCommitInSameTx ( ) : void
UpdateDocInTxCommitAndThenGetIt ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Simple() public method

public Simple ( ) : System
return System