C# Class Raven.Tests.Util.RavenDBDriver

Inheritance: IDisposable
Afficher le fichier Open project: nhsevidence/ravendb Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetPath ( string subFolderName ) : string
Shutdown ( ) : void

Method Details

GetDocumentStore() public méthode

public GetDocumentStore ( ) : IDocumentStore
Résultat IDocumentStore

GetPath() protected méthode

protected GetPath ( string subFolderName ) : string
subFolderName string
Résultat string

RavenDBDriver() public méthode

public RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
shardName string
conventions Raven.Client.Document.DocumentConvention
Résultat System

Should_finish_without_error() public méthode

public Should_finish_without_error ( ) : void
Résultat void

Shutdown() protected méthode

protected Shutdown ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TraceExistingOutput() public méthode

public TraceExistingOutput ( ) : void
Résultat void