C# Class Deveel.Data.CallTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

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

Private Methods

Method 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 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