C# Class Deveel.Data.AlterTableTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

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

Private Methods

Method Description
AddColumn ( ) : void
AddForeignKeyConstraint ( ) : void
DropColumn ( ) : void
DropConstraint ( ) : void
DropDefaultFromColumn ( ) : void
DropPrimary ( ) : void
DropReferencedColumn ( ) : void
SetDefaultToColumn ( ) : void
SetNullOnDeleteViolation ( ) : void

Method Details

AssertNoErrors() protected method

protected AssertNoErrors ( 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