C# 클래스 FoundationDB.Client.Tests.FdbTest

Base class for all FoundationDB tests
파일 보기 프로젝트 열기: BedeGaming/foundationdb-dotnet-client 1 사용 예제들

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AfterEachTest ( ) : void
BeforeEachTest ( ) : void
SetupCancellation ( ) : void

메소드 상세

DeleteSubspace() 보호된 메소드

protected DeleteSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
db IFdbDatabase
subspace FdbSubspace
리턴 Task

DumpSubspace() 보호된 메소드

protected DumpSubspace ( IFdbDatabase db, FdbSubspace subspace ) : Task
db IFdbDatabase
subspace FdbSubspace
리턴 Task

GetCleanDirectory() 보호된 메소드

protected GetCleanDirectory ( IFdbDatabase db ) : Task
db IFdbDatabase
리턴 Task

Log() 보호된 메소드

protected Log ( string text ) : void
text string
리턴 void

Log() 보호된 메소드

protected Log ( string format, object arg0 ) : void
format string
arg0 object
리턴 void

Log() 보호된 메소드

protected Log ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
리턴 void

OpenTestDatabaseAsync() 보호된 메소드

Connect to the local test database
protected OpenTestDatabaseAsync ( ) : Task
리턴 Task

OpenTestPartitionAsync() 보호된 메소드

Connect to the local test database
protected OpenTestPartitionAsync ( ) : Task
리턴 Task