C# Class Deveel.Data.Sql.Tables.ColumnTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

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

Private Methods

Method Description
AddTestData ( IQuery query ) : void
ColumnName ( int columnOffset, string columnName ) : void
ColumnValueAt ( string columnName, int rowOffset, object value ) : void
CreateTable ( IQuery query ) : void
EnumerateColumnValues ( string columnName, int rowOffset, object expected ) : void

Method Details

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