C# Class Deveel.Data.ContextBasedTest

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes protégées

Méthode Description
AssertNoErrors ( string testName ) : void
ContextBasedTest ( ) : System
ContextBasedTest ( StorageType storageType ) : System
CreateAdminSession ( IDatabase database ) : ISession
CreateDatabase ( ISystem system, IConfiguration configuration ) : IDatabase
CreateQuery ( ISession session ) : IQuery
CreateSystem ( ) : ISystem
CreateUserSession ( string userName, string password ) : ISession
OnAfterSetup ( string testName ) : void
OnBeforeTearDown ( string testName ) : void
OnFixtureSetUp ( ) : void
OnFixtureTearDown ( ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool
RegisterServices ( ISystemBuilder builder ) : void

Private Methods

Méthode Description
CreateContext ( ) : void
CreateUserForTests ( ) : void
DeleteFiles ( ) : void
DisposeContext ( ) : void
RemoveTesterUser ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void
TestSetUp ( ) : void
TestTearDown ( ) : void

Method Details

AssertNoErrors() protected méthode

protected AssertNoErrors ( string testName ) : void
testName string
Résultat void

ContextBasedTest() protected méthode

protected ContextBasedTest ( ) : System
Résultat System

ContextBasedTest() protected méthode

protected ContextBasedTest ( StorageType storageType ) : System
storageType StorageType
Résultat System

CreateAdminSession() protected méthode

protected CreateAdminSession ( IDatabase database ) : ISession
database IDatabase
Résultat ISession

CreateDatabase() protected méthode

protected CreateDatabase ( ISystem system, IConfiguration configuration ) : IDatabase
system ISystem
configuration IConfiguration
Résultat IDatabase

CreateQuery() protected méthode

protected CreateQuery ( ISession session ) : IQuery
session ISession
Résultat IQuery

CreateSystem() protected méthode

protected CreateSystem ( ) : ISystem
Résultat ISystem

CreateUserSession() protected méthode

protected CreateUserSession ( string userName, string password ) : ISession
userName string
password string
Résultat ISession

OnAfterSetup() protected méthode

protected OnAfterSetup ( string testName ) : void
testName string
Résultat void

OnBeforeTearDown() protected méthode

protected OnBeforeTearDown ( string testName ) : void
testName string
Résultat void

OnFixtureSetUp() protected méthode

protected OnFixtureSetUp ( ) : void
Résultat void

OnFixtureTearDown() protected méthode

protected OnFixtureTearDown ( ) : void
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

RegisterServices() protected méthode

protected RegisterServices ( ISystemBuilder builder ) : void
builder ISystemBuilder
Résultat void