C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Move.MoveFeature

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

Public Methods

Method Description
MoveFileAtLocation ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
MoveFileAtLocationNull ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
MoveFileAtLocationNull_1 ( ) : void
MoveFileAtLocation_1 ( ) : void
MoveFileAtLocation_10 ( ) : void
MoveFileAtLocation_11 ( ) : void
MoveFileAtLocation_12 ( ) : void
MoveFileAtLocation_13 ( ) : void
MoveFileAtLocation_14 ( ) : void
MoveFileAtLocation_15 ( ) : void
MoveFileAtLocation_16 ( ) : void
MoveFileAtLocation_17 ( ) : void
MoveFileAtLocation_18 ( ) : void
MoveFileAtLocation_19 ( ) : void
MoveFileAtLocation_2 ( ) : void
MoveFileAtLocation_20 ( ) : void
MoveFileAtLocation_21 ( ) : void
MoveFileAtLocation_22 ( ) : void
MoveFileAtLocation_23 ( ) : void
MoveFileAtLocation_24 ( ) : void
MoveFileAtLocation_25 ( ) : void
MoveFileAtLocation_26 ( ) : void
MoveFileAtLocation_27 ( ) : void
MoveFileAtLocation_28 ( ) : void
MoveFileAtLocation_29 ( ) : void
MoveFileAtLocation_3 ( ) : void
MoveFileAtLocation_30 ( ) : void
MoveFileAtLocation_4 ( ) : void
MoveFileAtLocation_5 ( ) : void
MoveFileAtLocation_6 ( ) : void
MoveFileAtLocation_7 ( ) : void
MoveFileAtLocation_8 ( ) : void
MoveFileAtLocation_9 ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

MoveFileAtLocation() public method

public MoveFileAtLocation ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
source string
sourceLocation string
username string
password string
destination string
destinationLocation string
destUsername string
destPassword string
selected string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
return void

MoveFileAtLocationNull() public method

public MoveFileAtLocationNull ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
source string
sourceLocation string
username string
password string
destination string
destinationLocation string
destUsername string
destPassword string
selected string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
return void

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void