C# 클래스 Migrator.Tests.Providers.TransformationProviderBase

Base class for Provider tests for all non-constraint oriented tests.
파일 보기 프로젝트 열기: nats/migratordotnet

보호된 프로퍼티들

프로퍼티 타입 설명
_provider ITransformationProvider

공개 메소드들

메소드 설명
AddDefaultTable ( ) : void
AddTable ( ) : void
AddTableWithPrimaryKey ( ) : void

보호된 메소드들

메소드 설명
DropTestTables ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddDefaultTable() 공개 메소드

public AddDefaultTable ( ) : void
리턴 void

AddTable() 공개 메소드

public AddTable ( ) : void
리턴 void

AddTableWithPrimaryKey() 공개 메소드

public AddTableWithPrimaryKey ( ) : void
리턴 void

DropTestTables() 보호된 메소드

protected DropTestTables ( ) : void
리턴 void

프로퍼티 상세

_provider 보호되어 있는 프로퍼티

protected ITransformationProvider _provider
리턴 ITransformationProvider