C# Class Deveel.Data.DropTableTests

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

Méthodes publiques

Méthode Description
DropTableTests ( StorageType storageType ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CreateTestTables ( IQuery context ) : void
DropIfExists_TableExists ( ) : void
DropIfExists_TableNotExists ( ) : void
DropNonReferencedTable ( ) : void
DropReferencedTable ( ) : void

Method Details

DropTableTests() public méthode

public DropTableTests ( StorageType storageType ) : System
storageType StorageType
Résultat System

OnBeforeTearDown() protected méthode

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