C# 클래스 Dev2.Activities.Specs.Toolbox.FileAndFolder.ReadFile.ReadFileFeature

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ReadFileAtLocation() 공개 메소드

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
리턴 void

ReadFileAtLocationNull() 공개 메소드

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
리턴 void

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
리턴 void