C# Class FoundationDB.Client.Tests.FdbTest

Base class for all FoundationDB tests
Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client Class Usage Examples

Méthodes protégées

Méthode Description
DeleteSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
DumpSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
GetCleanDirectory ( IFdbDatabase db ) : Task
Log ( string text ) : void
Log ( string format, object arg0 ) : void
Log ( string format, object arg0, object arg1 ) : void
OpenTestDatabaseAsync ( ) : Task

Connect to the local test database

OpenTestPartitionAsync ( ) : Task

Connect to the local test database

Private Methods

Méthode Description
AfterEachTest ( ) : void
BeforeEachTest ( ) : void
SetupCancellation ( ) : void

Method Details

DeleteSubspace() protected méthode

protected DeleteSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
db IFdbDatabase
subspace FdbSubspace
Résultat Task

DumpSubspace() protected méthode

protected DumpSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
db IFdbDatabase
subspace FdbSubspace
Résultat Task

GetCleanDirectory() protected méthode

protected GetCleanDirectory ( IFdbDatabase db ) : Task
db IFdbDatabase
Résultat Task

Log() protected méthode

protected Log ( string text ) : void
text string
Résultat void

Log() protected méthode

protected Log ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

Log() protected méthode

protected Log ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

OpenTestDatabaseAsync() protected méthode

Connect to the local test database
protected OpenTestDatabaseAsync ( ) : Task
Résultat Task

OpenTestPartitionAsync() protected méthode

Connect to the local test database
protected OpenTestPartitionAsync ( ) : Task
Résultat Task