C# Class Galen.Ci.EntityFramework.Testing.MigrationsTestAgainstEmptyDatabase

Inheritance: MigrationsTest
显示文件 Open project: GalenHealthcare/Galen.Ef.Deployer

Protected Methods

Method Description
MigrationsTestAgainstEmptyDatabase ( string serverName, string applicationName = DefaultApplicationName ) : System
MigrationsTestAgainstEmptyDatabase ( string serverName, string userId, string password, string applicationName = DefaultApplicationName ) : System

Private Methods

Method Description
CreateTestDatabase ( ) : void
DropTestDatabase ( ) : void
ExecuteNonQuery ( string connectionString, string sql ) : void

Method Details

MigrationsTestAgainstEmptyDatabase() protected method

protected MigrationsTestAgainstEmptyDatabase ( string serverName, string applicationName = DefaultApplicationName ) : System
serverName string
applicationName string
return System

MigrationsTestAgainstEmptyDatabase() protected method

protected MigrationsTestAgainstEmptyDatabase ( string serverName, string userId, string password, string applicationName = DefaultApplicationName ) : System
serverName string
userId string
password string
applicationName string
return System