C# Класс Dev2.Activities.Specs.Toolbox.FileAndFolder.Delete.DeleteFeature

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

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

Метод Описание
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