C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Rename.RenameFeature

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

Public Methods

Method Description
RenameFileAtLocation ( 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
RenameFileAtLocation_1 ( ) : void
RenameFileAtLocation_10 ( ) : void
RenameFileAtLocation_11 ( ) : void
RenameFileAtLocation_12 ( ) : void
RenameFileAtLocation_13 ( ) : void
RenameFileAtLocation_14 ( ) : void
RenameFileAtLocation_15 ( ) : void
RenameFileAtLocation_16 ( ) : void
RenameFileAtLocation_17 ( ) : void
RenameFileAtLocation_18 ( ) : void
RenameFileAtLocation_19 ( ) : void
RenameFileAtLocation_2 ( ) : void
RenameFileAtLocation_20 ( ) : void
RenameFileAtLocation_21 ( ) : void
RenameFileAtLocation_22 ( ) : void
RenameFileAtLocation_23 ( ) : void
RenameFileAtLocation_24 ( ) : void
RenameFileAtLocation_25 ( ) : void
RenameFileAtLocation_26 ( ) : void
RenameFileAtLocation_27 ( ) : void
RenameFileAtLocation_3 ( ) : void
RenameFileAtLocation_4 ( ) : void
RenameFileAtLocation_5 ( ) : void
RenameFileAtLocation_6 ( ) : void
RenameFileAtLocation_7 ( ) : void
RenameFileAtLocation_8 ( ) : void
RenameFileAtLocation_9 ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

RenameFileAtLocation() public method

public RenameFileAtLocation ( 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