C# Class Deveel.Data.SelectIntoTests

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

Méthodes protégées

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

Private Methods

Méthode Description
CreateTables ( IQuery query ) : void
InsertTestData ( IQuery query ) : void
OneColumnIntoOneVariable ( ) : void
TwoColumnsIntoTable ( ) : void
TwoColumnsIntoTwoVariables ( ) : void

Method Details

OnAfterSetup() protected méthode

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