C# 클래스 Deveel.Data.Client.DbDataReaderTests

상속: ContextBasedTest
파일 보기 프로젝트 열기: deveel/deveeldb

보호된 메소드들

메소드 설명
OnAfterSetup ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

비공개 메소드들

메소드 설명
AddTestData ( IQuery query ) : void
CreateReader ( string sql ) : IDataReader
CreateTable ( IQuery query ) : void
GetFloat ( ) : void
GetInt16 ( ) : void
GetInt32 ( ) : void
GetInt64 ( ) : void
GetStringFromInteger ( ) : void
ReadFirst ( ) : void

메소드 상세

OnAfterSetup() 보호된 메소드

protected OnAfterSetup ( string testName ) : void
testName string
리턴 void

OnSetUp() 보호된 메소드

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool

OnTearDown() 보호된 메소드

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool