C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Zip.ZipFeature

ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void
ZipFileAtLocation ( 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 compression, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
ZipFileAtLocationIsCompressedAtRatio ( 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 compression, string resultVar, string result, string errorOccured, string compressionTimes, string exampleTags ) : void
ZipFileAtLocationNull ( 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 compression, 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
ZipFileAtLocationIsCompressedAtRatio_1 ( ) : void
ZipFileAtLocationIsCompressedAtRatio_2 ( ) : void
ZipFileAtLocationIsCompressedAtRatio_3 ( ) : void
ZipFileAtLocationIsCompressedAtRatio_4 ( ) : void
ZipFileAtLocationNull_1 ( ) : void
ZipFileAtLocation_1 ( ) : void
ZipFileAtLocation_10 ( ) : void
ZipFileAtLocation_11 ( ) : void
ZipFileAtLocation_12 ( ) : void
ZipFileAtLocation_13 ( ) : void
ZipFileAtLocation_14 ( ) : void
ZipFileAtLocation_15 ( ) : void
ZipFileAtLocation_16 ( ) : void
ZipFileAtLocation_17 ( ) : void
ZipFileAtLocation_18 ( ) : void
ZipFileAtLocation_19 ( ) : void
ZipFileAtLocation_2 ( ) : void
ZipFileAtLocation_20 ( ) : void
ZipFileAtLocation_21 ( ) : void
ZipFileAtLocation_22 ( ) : void
ZipFileAtLocation_23 ( ) : void
ZipFileAtLocation_24 ( ) : void
ZipFileAtLocation_25 ( ) : void
ZipFileAtLocation_26 ( ) : void
ZipFileAtLocation_3 ( ) : void
ZipFileAtLocation_4 ( ) : void
ZipFileAtLocation_5 ( ) : void
ZipFileAtLocation_6 ( ) : void
ZipFileAtLocation_7 ( ) : void
ZipFileAtLocation_8 ( ) : void
ZipFileAtLocation_9 ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

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

ZipFileAtLocation() public method

public ZipFileAtLocation ( 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 compression, 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
compression string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
return void

ZipFileAtLocationIsCompressedAtRatio() public method

public ZipFileAtLocationIsCompressedAtRatio ( 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 compression, string resultVar, string result, string errorOccured, string compressionTimes, 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
compression string
resultVar string
result string
errorOccured string
compressionTimes string
exampleTags string
return void

ZipFileAtLocationNull() public method

public ZipFileAtLocationNull ( 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 compression, 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
compression string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
return void