C# Class Migrator.Tests.Providers.TransformationProviderBase

Base class for Provider tests for all non-constraint oriented tests.
Afficher le fichier Open project: nats/migratordotnet

Protected Properties

Свойство Type Description
_provider ITransformationProvider

Méthodes publiques

Méthode Description
AddDefaultTable ( ) : void
AddTable ( ) : void
AddTableWithPrimaryKey ( ) : void

Méthodes protégées

Méthode Description
DropTestTables ( ) : void

Private Methods

Méthode Description
AddBooleanColumnWithDefault ( ) : void
AddColumn ( ) : void
AddColumnWithDefault ( ) : void
AddColumnWithDefaultButNoSize ( ) : void
AddDecimalColumn ( ) : void
AddIndex ( ) : void
AppliedMigrations ( ) : void
CanAddTableWithPrimaryKey ( ) : void
CanCreateTableWithGuidAsPrimaryKey ( ) : void
CanExecuteBadSqlForNonCurrentProvider ( ) : void
CanGetNullableFromProvider ( ) : void
CanInsertDataWithSingleQuotes ( ) : void
CanInsertNullData ( ) : void
CanUpdateWithNullData ( ) : void
ChangeColumn ( ) : void
ColumnExistsWorks ( ) : void
CommitTwice ( ) : void
DeleteData ( ) : void
DeleteDataWithArrays ( ) : void
GetColumnsContainsProperNullInformation ( ) : void
GetColumnsReturnsProperCount ( ) : void
GetStringVals ( IDataReader reader ) : string[]
GetTablesWorks ( ) : void
GetVals ( IDataReader reader ) : int[]
HasColumn ( ) : void
HasTable ( ) : void
InsertData ( ) : void
RemoveBoolColumn ( ) : void
RemoveColumn ( ) : void
RemoveColumnWithDefault ( ) : void
RemoveIndex ( ) : void
RemoveTable ( ) : void
RemoveUnexistingColumn ( ) : void
RemoveUnexistingTable ( ) : void
RenameColumnThatExists ( ) : void
RenameColumnToExistingColumn ( ) : void
RenameTableThatExists ( ) : void
RenameTableToExistingTable ( ) : void
TableCanBeAdded ( ) : void
TableExistsWorks ( ) : void
TearDown ( ) : void
UpdateData ( ) : void
UpdateDataWithWhere ( ) : void

Method Details

AddDefaultTable() public méthode

public AddDefaultTable ( ) : void
Résultat void

AddTable() public méthode

public AddTable ( ) : void
Résultat void

AddTableWithPrimaryKey() public méthode

public AddTableWithPrimaryKey ( ) : void
Résultat void

DropTestTables() protected méthode

protected DropTestTables ( ) : void
Résultat void

Property Details

_provider protected_oe property

protected ITransformationProvider _provider
Résultat ITransformationProvider