C# Class Dev2.Activities.Specs.Toolbox.Recordset.SqlBulkInsert.SqlBulkInsertSteps

Inheritance: BaseActivityUnitTest
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
SetupScenerio ( ) : void

Private Methods

Method Description
AddTableToDataList ( TechTalk.SpecFlow.Table table ) : void
ClearCountColumn ( ) : void
GivenBatchSizeIs ( string batchSize ) : void
GivenCheckConstraintsIsNotenabled ( ) : void
GivenCheckConstraintsIsenabled ( ) : void
GivenFireTriggersIsNotenabled ( ) : void
GivenFireTriggersIsenabled ( ) : void
GivenIHaveThisData ( TechTalk.SpecFlow.Table table ) : void
GivenKeepIdentityIsNotenabled ( ) : void
GivenKeepIdentityIsenabled ( ) : void
GivenSkipRowsIsNotenabled ( ) : void
GivenSkipRowsIsenabled ( ) : void
GivenTimeoutInSeconds ( string timeout ) : void
ThenNumberOfInsertsIs ( string numOfInserts ) : void
ThenTheNewTableWillHave ( TechTalk.SpecFlow.Table table ) : void
ThenTheNewTableWillWillHaveOfRows ( int numberOfRows ) : void
WhenTheToolIsExecuted ( ) : void

Method Details

SetupScenerio() public method

public SetupScenerio ( ) : void
return void