C# Class Deveel.Data.AlterTableTests

Inheritance: ContextBasedTest
Afficher le fichier Open project: deveel/deveeldb

Méthodes protégées

Méthode Description
AssertNoErrors ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

Private Methods

Méthode Description
AddColumn ( ) : void
AddForeignKeyConstraint ( ) : void
DropColumn ( ) : void
DropConstraint ( ) : void
DropDefaultFromColumn ( ) : void
DropPrimary ( ) : void
DropReferencedColumn ( ) : void
SetDefaultToColumn ( ) : void
SetNullOnDeleteViolation ( ) : void

Method Details

AssertNoErrors() protected méthode

protected AssertNoErrors ( string testName ) : void
testName string
Résultat void

OnSetUp() protected méthode

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
Résultat bool

OnTearDown() protected méthode

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
Résultat bool