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

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

CreateFileAtLocationNulls() public méthode

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
Résultat void

ScenarioCleanup() public méthode

public ScenarioCleanup ( ) : void
Résultat void

ScenarioSetup() public méthode

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
Résultat void