C# Класс Dev2.Activities.Specs.Toolbox.FileAndFolder.Copy.CopyFeature

Показать файл Открыть проект

Открытые методы

Метод Описание
CopyFileAtLocation ( string no, 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
CopyFileAtLocationNull ( string no, 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

Приватные методы

Метод Описание
CopyFileAtLocationNull_1 ( ) : void
CopyFileAtLocation_1 ( ) : void
CopyFileAtLocation_10 ( ) : void
CopyFileAtLocation_11 ( ) : void
CopyFileAtLocation_12 ( ) : void
CopyFileAtLocation_13 ( ) : void
CopyFileAtLocation_14 ( ) : void
CopyFileAtLocation_15 ( ) : void
CopyFileAtLocation_16 ( ) : void
CopyFileAtLocation_17 ( ) : void
CopyFileAtLocation_18 ( ) : void
CopyFileAtLocation_19 ( ) : void
CopyFileAtLocation_2 ( ) : void
CopyFileAtLocation_20 ( ) : void
CopyFileAtLocation_21 ( ) : void
CopyFileAtLocation_22 ( ) : void
CopyFileAtLocation_23 ( ) : void
CopyFileAtLocation_24 ( ) : void
CopyFileAtLocation_25 ( ) : void
CopyFileAtLocation_26 ( ) : void
CopyFileAtLocation_27 ( ) : void
CopyFileAtLocation_28 ( ) : void
CopyFileAtLocation_29 ( ) : void
CopyFileAtLocation_3 ( ) : void
CopyFileAtLocation_30 ( ) : void
CopyFileAtLocation_31 ( ) : void
CopyFileAtLocation_32 ( ) : void
CopyFileAtLocation_33 ( ) : void
CopyFileAtLocation_4 ( ) : void
CopyFileAtLocation_5 ( ) : void
CopyFileAtLocation_6 ( ) : void
CopyFileAtLocation_7 ( ) : void
CopyFileAtLocation_8 ( ) : void
CopyFileAtLocation_9 ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Описание методов

CopyFileAtLocation() публичный Метод

public CopyFileAtLocation ( string no, 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
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

CopyFileAtLocationNull() публичный Метод

public CopyFileAtLocationNull ( string no, 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
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