C# Class Deveel.Data.CreateTableTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
CreateTableTests ( StorageType storageType ) : System

Protected Methods

Method Description
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool
RegisterServices ( ISystemBuilder builder ) : void

Private Methods

Method Description
CreateUserType ( IQuery query ) : void
FromMap ( ) : void
SimpleCreate ( ) : void
SimpleCreateFromUnauthorized ( ) : void
Simple_UseBuilder ( ) : void
WithColumnDefault ( ) : void
WithColumnIndex ( ) : void
WithIdentity_UseBuilder ( ) : void
WithIndexedColumn_CustomIndex ( ) : void
WithIndexedColumn_InsertSearch ( ) : void
WithUserType ( ) : void

Method Details

CreateTableTests() public method

public CreateTableTests ( StorageType storageType ) : System
storageType StorageType
return System

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

RegisterServices() protected method

protected RegisterServices ( ISystemBuilder builder ) : void
builder ISystemBuilder
return void