C# Class Dev2.Activities.Specs.Toolbox.FileAndFolder.ReadFile.ReadFileFeature

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

Public Methods

Method Description
ReadFileAtLocation ( string nO, string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
ReadFileAtLocationNull ( string nO, 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
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ReadFileAtLocationNull_1 ( ) : void
ReadFileAtLocation_1 ( ) : void
ReadFileAtLocation_2 ( ) : void
ReadFileAtLocation_3 ( ) : void
ReadFileAtLocation_4 ( ) : void
ReadFileAtLocation_5 ( ) : void
ReadFileAtLocation_6 ( ) : void
ReadFileAtLocation_7 ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

ReadFileAtLocation() public method

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

ReadFileAtLocationNull() public method

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