C# Class Deveel.Data.DropTableTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
DropTableTests ( StorageType storageType ) : System

Protected Methods

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

Private Methods

Method Description
CreateTestTables ( IQuery context ) : void
DropIfExists_TableExists ( ) : void
DropIfExists_TableNotExists ( ) : void
DropNonReferencedTable ( ) : void
DropReferencedTable ( ) : void

Method Details

DropTableTests() public method

public DropTableTests ( StorageType storageType ) : System
storageType StorageType
return System

OnBeforeTearDown() protected method

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