C# Class Deveel.Data.SelectBlobTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
SelectBlobTests ( ) : System

Protected Methods

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

Private Methods

Method Description
CreateData ( IQuery query, byte data ) : SqlLongString
CreateTable ( IQuery query ) : void
InsertData ( IQuery query ) : void
SelectData ( ) : 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

SelectBlobTests() public method

public SelectBlobTests ( ) : System
return System