C# 클래스 Dev2.Activities.Specs.Toolbox.FileAndFolder.Move.MoveFeature

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

공개 메소드들

메소드 설명
MoveFileAtLocation ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
MoveFileAtLocationNull ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

비공개 메소드들

메소드 설명
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
MoveFileAtLocationNull_1 ( ) : void
MoveFileAtLocation_1 ( ) : void
MoveFileAtLocation_10 ( ) : void
MoveFileAtLocation_11 ( ) : void
MoveFileAtLocation_12 ( ) : void
MoveFileAtLocation_13 ( ) : void
MoveFileAtLocation_14 ( ) : void
MoveFileAtLocation_15 ( ) : void
MoveFileAtLocation_16 ( ) : void
MoveFileAtLocation_17 ( ) : void
MoveFileAtLocation_18 ( ) : void
MoveFileAtLocation_19 ( ) : void
MoveFileAtLocation_2 ( ) : void
MoveFileAtLocation_20 ( ) : void
MoveFileAtLocation_21 ( ) : void
MoveFileAtLocation_22 ( ) : void
MoveFileAtLocation_23 ( ) : void
MoveFileAtLocation_24 ( ) : void
MoveFileAtLocation_25 ( ) : void
MoveFileAtLocation_26 ( ) : void
MoveFileAtLocation_27 ( ) : void
MoveFileAtLocation_28 ( ) : void
MoveFileAtLocation_29 ( ) : void
MoveFileAtLocation_3 ( ) : void
MoveFileAtLocation_30 ( ) : void
MoveFileAtLocation_4 ( ) : void
MoveFileAtLocation_5 ( ) : void
MoveFileAtLocation_6 ( ) : void
MoveFileAtLocation_7 ( ) : void
MoveFileAtLocation_8 ( ) : void
MoveFileAtLocation_9 ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

메소드 상세

MoveFileAtLocation() 공개 메소드

public MoveFileAtLocation ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
source string
sourceLocation string
username string
password string
destination string
destinationLocation string
destUsername string
destPassword string
selected string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
리턴 void

MoveFileAtLocationNull() 공개 메소드

public MoveFileAtLocationNull ( string no, string name, string source, string sourceLocation, string username, string password, string destination, string destinationLocation, string destUsername, string destPassword, string selected, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
source string
sourceLocation string
username string
password string
destination string
destinationLocation string
destUsername string
destPassword string
selected string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
destinationPrivateKeyFile string
exampleTags string
리턴 void

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

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