C# Class Deveel.Data.Client.DbDataReaderTests

Inheritance: ContextBasedTest
Exibir arquivo Open project: deveel/deveeldb

Protected Methods

Method Description
OnAfterSetup ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

Private Methods

Method Description
AddTestData ( IQuery query ) : void
CreateReader ( string sql ) : IDataReader
CreateTable ( IQuery query ) : void
GetFloat ( ) : void
GetInt16 ( ) : void
GetInt32 ( ) : void
GetInt64 ( ) : void
GetStringFromInteger ( ) : void
ReadFirst ( ) : void

Method Details

OnAfterSetup() protected method

protected OnAfterSetup ( string testName ) : void
testName string
return void

OnSetUp() protected method

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool

OnTearDown() protected method

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool