C# Class Deveel.Data.InsertTests

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
CreateBio ( string text ) : SqlLongString
CreateTestTable ( IQuery query, string testName ) : void
InsertWithUserType ( ) : void
NotNullColumnViolation ( ) : void
OneValueWithLob ( ) : void
TwoValues ( ) : void
TwoValues_NoColumnes ( ) : 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