C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.Create.CreateFeature

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

Public Methods

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

Private Methods

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

Method Details

CreateFileAtLocation() public method

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

CreateFileAtLocationNulls() public method

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

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

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