C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Unzip.UnzipFeature

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

Public Methods

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

Private Methods

Method Description
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
UnzipFileAtLocation_1 ( ) : void
UnzipFileAtLocation_10 ( ) : void
UnzipFileAtLocation_11 ( ) : void
UnzipFileAtLocation_12 ( ) : void
UnzipFileAtLocation_13 ( ) : void
UnzipFileAtLocation_14 ( ) : void
UnzipFileAtLocation_15 ( ) : void
UnzipFileAtLocation_16 ( ) : void
UnzipFileAtLocation_17 ( ) : void
UnzipFileAtLocation_18 ( ) : void
UnzipFileAtLocation_19 ( ) : void
UnzipFileAtLocation_2 ( ) : void
UnzipFileAtLocation_20 ( ) : void
UnzipFileAtLocation_21 ( ) : void
UnzipFileAtLocation_22 ( ) : void
UnzipFileAtLocation_23 ( ) : void
UnzipFileAtLocation_24 ( ) : void
UnzipFileAtLocation_25 ( ) : void
UnzipFileAtLocation_26 ( ) : void
UnzipFileAtLocation_3 ( ) : void
UnzipFileAtLocation_4 ( ) : void
UnzipFileAtLocation_5 ( ) : void
UnzipFileAtLocation_6 ( ) : void
UnzipFileAtLocation_7 ( ) : void
UnzipFileAtLocation_8 ( ) : void
UnzipFileAtLocation_9 ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

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

UnzipFileAtLocation() public method

public UnzipFileAtLocation ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string archivepassword, 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
archivepassword string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
return void