C# 클래스 Dev2.Activities.Specs.Toolbox.FileAndFolder.Create.CreateFeature

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CreateFileAtLocation() 공개 메소드

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

CreateFileAtLocationNulls() 공개 메소드

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

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

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