C# Class Deveel.Data.CallTests

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

Méthodes protégées

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

Private Methods

Méthode Description
CallExternalWithArguments ( ) : void
CreateExternProc1 ( IQuery query ) : void
CreateProcedure1 ( IQuery query ) : void
CreateProcedure2 ( IQuery query ) : void
CreateProcedure3 ( IQuery query ) : void
WithArgument ( ) : void
WithArguments ( ) : void
WithNamedArgument ( ) : void
WithNamedArguments ( ) : void
WithOutputArgument ( ) : void

Method Details

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