C# 클래스 Dev2.Activities.Specs.Toolbox.FileAndFolder.Delete.DeleteFeature

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

공개 메소드들

메소드 설명
DeleteFileAtLocation ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
DeleteFileAtLocationNull ( 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

비공개 메소드들

메소드 설명
DeleteFileAtLocationNull_Local ( ) : void
DeleteFileAtLocation_FTP ( ) : void
DeleteFileAtLocation_FTPS ( ) : void
DeleteFileAtLocation_Local ( ) : void
DeleteFileAtLocation_SFTP ( ) : void
DeleteFileAtLocation_SFTPPK ( ) : void
DeleteFileAtLocation_UNC ( ) : void
DeleteFileAtLocation_UNCSecure ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

메소드 상세

DeleteFileAtLocation() 공개 메소드

public DeleteFileAtLocation ( string name, string source, string sourceLocation, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
name string
source string
sourceLocation string
username string
password string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
exampleTags string
리턴 void

DeleteFileAtLocationNull() 공개 메소드

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