C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Delete.DeleteFeature

Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
DeleteFileAtLocation ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
DeleteFileAtLocationNull ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
DeleteFileAtLocationNull_Local ( ) : void
DeleteFileAtLocation_FTP ( ) : void
DeleteFileAtLocation_FTPS ( ) : void
DeleteFileAtLocation_Local ( ) : void
DeleteFileAtLocation_SFTP ( ) : void
DeleteFileAtLocation_SFTPPK ( ) : void
DeleteFileAtLocation_UNC ( ) : void
DeleteFileAtLocation_UNCSecure ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

DeleteFileAtLocation() public method

public DeleteFileAtLocation ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
name string
source string
sourceLocation string
username string
password string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
exampleTags string
return void

DeleteFileAtLocationNull() public method

public DeleteFileAtLocationNull ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
name string
source string
sourceLocation string
username string
password string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile 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