C# Class Raven.Tests.RavenTest

Afficher le fichier Open project: nhsevidence/ravendb

Méthodes publiques

Méthode Description
NewDocumentStore ( ) : EmbeddableDocumentStore
NewDocumentStore ( string storageType, bool inMemory ) : EmbeddableDocumentStore
NewDocumentStore ( string storageType, bool inMemory, int allocatedMemory ) : EmbeddableDocumentStore
RavenTest ( ) : System
Timer ( System.Action action ) : double
WaitForIndexing ( EmbeddableDocumentStore store ) : void
WaitForUserToContinueTheTest ( EmbeddableDocumentStore documentStore ) : void

Méthodes protégées

Méthode Description
ClearDatabaseDirectory ( ) : void
ConfigureServer ( RavenConfiguration ravenConfiguration ) : void
GetNewServer ( bool initializeDocumentsByEntitiyName = true ) : RavenDbServer
GetNewServer ( int port, string path ) : RavenDbServer
GetNewServerWithoutAnonymousAccess ( int port, string path ) : RavenDbServer
GetPath ( string subFolderName ) : string
ModifyConfiguration ( RavenConfiguration configuration ) : void
ModifyStore ( EmbeddableDocumentStore documentStore ) : void
WaitForAllRequestsToComplete ( RavenDbServer server ) : void
WaitForUserToContinueTheTest ( ) : void

Method Details

ClearDatabaseDirectory() protected méthode

protected ClearDatabaseDirectory ( ) : void
Résultat void

ConfigureServer() protected méthode

protected ConfigureServer ( RavenConfiguration ravenConfiguration ) : void
ravenConfiguration RavenConfiguration
Résultat void

GetNewServer() protected méthode

protected GetNewServer ( bool initializeDocumentsByEntitiyName = true ) : RavenDbServer
initializeDocumentsByEntitiyName bool
Résultat RavenDbServer

GetNewServer() protected méthode

protected GetNewServer ( int port, string path ) : RavenDbServer
port int
path string
Résultat RavenDbServer

GetNewServerWithoutAnonymousAccess() protected méthode

protected GetNewServerWithoutAnonymousAccess ( int port, string path ) : RavenDbServer
port int
path string
Résultat RavenDbServer

GetPath() protected méthode

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

ModifyConfiguration() protected méthode

protected ModifyConfiguration ( RavenConfiguration configuration ) : void
configuration RavenConfiguration
Résultat void

ModifyStore() protected méthode

protected ModifyStore ( EmbeddableDocumentStore documentStore ) : void
documentStore EmbeddableDocumentStore
Résultat void

NewDocumentStore() public méthode

public NewDocumentStore ( ) : EmbeddableDocumentStore
Résultat EmbeddableDocumentStore

NewDocumentStore() public méthode

public NewDocumentStore ( string storageType, bool inMemory ) : EmbeddableDocumentStore
storageType string
inMemory bool
Résultat EmbeddableDocumentStore

NewDocumentStore() public méthode

public NewDocumentStore ( string storageType, bool inMemory, int allocatedMemory ) : EmbeddableDocumentStore
storageType string
inMemory bool
allocatedMemory int
Résultat EmbeddableDocumentStore

RavenTest() public méthode

public RavenTest ( ) : System
Résultat System

Timer() public méthode

public Timer ( System.Action action ) : double
action System.Action
Résultat double

WaitForAllRequestsToComplete() protected méthode

protected WaitForAllRequestsToComplete ( RavenDbServer server ) : void
server RavenDbServer
Résultat void

WaitForIndexing() public méthode

public WaitForIndexing ( EmbeddableDocumentStore store ) : void
store EmbeddableDocumentStore
Résultat void

WaitForUserToContinueTheTest() protected méthode

protected WaitForUserToContinueTheTest ( ) : void
Résultat void

WaitForUserToContinueTheTest() static public méthode

static public WaitForUserToContinueTheTest ( EmbeddableDocumentStore documentStore ) : void
documentStore EmbeddableDocumentStore
Résultat void