C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Copy.CopyFeature

Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CopyFileAtLocation ( string no, 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
CopyFileAtLocationNull ( string no, 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
CopyFileAtLocationNull_1 ( ) : void
CopyFileAtLocation_1 ( ) : void
CopyFileAtLocation_10 ( ) : void
CopyFileAtLocation_11 ( ) : void
CopyFileAtLocation_12 ( ) : void
CopyFileAtLocation_13 ( ) : void
CopyFileAtLocation_14 ( ) : void
CopyFileAtLocation_15 ( ) : void
CopyFileAtLocation_16 ( ) : void
CopyFileAtLocation_17 ( ) : void
CopyFileAtLocation_18 ( ) : void
CopyFileAtLocation_19 ( ) : void
CopyFileAtLocation_2 ( ) : void
CopyFileAtLocation_20 ( ) : void
CopyFileAtLocation_21 ( ) : void
CopyFileAtLocation_22 ( ) : void
CopyFileAtLocation_23 ( ) : void
CopyFileAtLocation_24 ( ) : void
CopyFileAtLocation_25 ( ) : void
CopyFileAtLocation_26 ( ) : void
CopyFileAtLocation_27 ( ) : void
CopyFileAtLocation_28 ( ) : void
CopyFileAtLocation_29 ( ) : void
CopyFileAtLocation_3 ( ) : void
CopyFileAtLocation_30 ( ) : void
CopyFileAtLocation_31 ( ) : void
CopyFileAtLocation_32 ( ) : void
CopyFileAtLocation_33 ( ) : void
CopyFileAtLocation_4 ( ) : void
CopyFileAtLocation_5 ( ) : void
CopyFileAtLocation_6 ( ) : void
CopyFileAtLocation_7 ( ) : void
CopyFileAtLocation_8 ( ) : void
CopyFileAtLocation_9 ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

CopyFileAtLocation() public method

public CopyFileAtLocation ( string no, 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
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

CopyFileAtLocationNull() public method

public CopyFileAtLocationNull ( string no, 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
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