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 |
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 |
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 |
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 |
public ScenarioSetup ( TechTalk scenarioInfo ) : void | ||
scenarioInfo | TechTalk | |
return | void |