C# Класс Deveel.Data.DropTableTests

Наследование: ContextBasedTest
Показать файл Открыть проект

Открытые методы

Метод Описание
DropTableTests ( StorageType storageType ) : System

Защищенные методы

Метод Описание
OnBeforeTearDown ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

Приватные методы

Метод Описание
CreateTestTables ( IQuery context ) : void
DropIfExists_TableExists ( ) : void
DropIfExists_TableNotExists ( ) : void
DropNonReferencedTable ( ) : void
DropReferencedTable ( ) : void

Описание методов

DropTableTests() публичный Метод

public DropTableTests ( StorageType storageType ) : System
storageType StorageType
Результат System

OnBeforeTearDown() защищенный Метод

protected OnBeforeTearDown ( string testName ) : void
testName string
Результат void

OnSetUp() защищенный Метод

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
Результат bool

OnTearDown() защищенный Метод

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
Результат bool