C# Class Deveel.Data.CommitTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description
CheckViolation void
CommitChangesAndDropTable void
CreateTables void
DropTables void
EmptyCommit void
ForeignKeyViolation void
InsertData void
NormalCommit void
PrimaryKeyViolation void
UniqueKeyViolation void

Protected Methods

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

Private Methods

Method Description
CheckViolation ( ) : void
CommitChangesAndDropTable ( ) : void
CreateTables ( IQuery query, string testsName ) : void
DropTables ( IQuery query ) : void
EmptyCommit ( ) : void
ForeignKeyViolation ( ) : void
InsertData ( IQuery query ) : void
NormalCommit ( ) : void
PrimaryKeyViolation ( ) : void
UniqueKeyViolation ( ) : 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