C# 클래스 Dev2.Activities.Specs.Toolbox.FileAndFolder.Rename.RenameFeature

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

공개 메소드들

메소드 설명
RenameFileAtLocation ( 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
RenameFileAtLocation_1 ( ) : void
RenameFileAtLocation_10 ( ) : void
RenameFileAtLocation_11 ( ) : void
RenameFileAtLocation_12 ( ) : void
RenameFileAtLocation_13 ( ) : void
RenameFileAtLocation_14 ( ) : void
RenameFileAtLocation_15 ( ) : void
RenameFileAtLocation_16 ( ) : void
RenameFileAtLocation_17 ( ) : void
RenameFileAtLocation_18 ( ) : void
RenameFileAtLocation_19 ( ) : void
RenameFileAtLocation_2 ( ) : void
RenameFileAtLocation_20 ( ) : void
RenameFileAtLocation_21 ( ) : void
RenameFileAtLocation_22 ( ) : void
RenameFileAtLocation_23 ( ) : void
RenameFileAtLocation_24 ( ) : void
RenameFileAtLocation_25 ( ) : void
RenameFileAtLocation_26 ( ) : void
RenameFileAtLocation_27 ( ) : void
RenameFileAtLocation_3 ( ) : void
RenameFileAtLocation_4 ( ) : void
RenameFileAtLocation_5 ( ) : void
RenameFileAtLocation_6 ( ) : void
RenameFileAtLocation_7 ( ) : void
RenameFileAtLocation_8 ( ) : void
RenameFileAtLocation_9 ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

메소드 상세

RenameFileAtLocation() 공개 메소드

public RenameFileAtLocation ( 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