C# Class Raven.Tests.Util.RavenDBDriver

Inheritance: IDisposable
Show file Open project: nhsevidence/ravendb Class Usage Examples

Public Methods

Method Description
GetDocumentStore ( ) : IDocumentStore
RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
Should_finish_without_error ( ) : void
Start ( ) : void
TraceExistingOutput ( ) : void

Protected Methods

Method Description
GetPath ( string subFolderName ) : string
Shutdown ( ) : void

Method Details

GetDocumentStore() public method

public GetDocumentStore ( ) : IDocumentStore
return IDocumentStore

GetPath() protected method

protected GetPath ( string subFolderName ) : string
subFolderName string
return string

RavenDBDriver() public method

public RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
shardName string
conventions Raven.Client.Document.DocumentConvention
return System

Should_finish_without_error() public method

public Should_finish_without_error ( ) : void
return void

Shutdown() protected method

protected Shutdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TraceExistingOutput() public method

public TraceExistingOutput ( ) : void
return void