Method | Description | |
---|---|---|
CreateFileAtLocation ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void | ||
CreateFileAtLocationNulls ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void | ||
ScenarioCleanup ( ) : void | ||
ScenarioSetup ( TechTalk scenarioInfo ) : void |
Method | Description | |
---|---|---|
CreateFileAtLocationNulls_1 ( ) : void | ||
CreateFileAtLocation_1 ( ) : void | ||
CreateFileAtLocation_2 ( ) : void | ||
CreateFileAtLocation_3 ( ) : void | ||
CreateFileAtLocation_4 ( ) : void | ||
CreateFileAtLocation_5 ( ) : void | ||
CreateFileAtLocation_6 ( ) : void | ||
CreateFileAtLocation_7 ( ) : void | ||
FeatureSetup ( Microsoft testContext ) : void | ||
FeatureTearDown ( ) : void | ||
ScenarioTearDown ( ) : void | ||
TestInitialize ( ) : void |
public CreateFileAtLocation ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void | ||
no | string | |
name | string | |
destination | string | |
destinationLocation | string | |
selected | string | |
username | string | |
password | string | |
resultVar | string | |
result | string | |
errorOccured | string | |
destinationPrivateKeyFile | string | |
exampleTags | string | |
return | void |
public CreateFileAtLocationNulls ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void | ||
no | string | |
name | string | |
destination | string | |
destinationLocation | string | |
selected | string | |
username | string | |
password | string | |
resultVar | string | |
result | string | |
errorOccured | string | |
destinationPrivateKeyFile | string | |
exampleTags | string | |
return | void |
public ScenarioSetup ( TechTalk scenarioInfo ) : void | ||
scenarioInfo | TechTalk | |
return | void |