C# Класс Dev2.Activities.Specs.Toolbox.FileAndFolder.Create.CreateFeature

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

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

Метод Описание
CreateFileAtLocation ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void
CreateFileAtLocationNulls ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

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

Метод Описание
CreateFileAtLocationNulls_1 ( ) : void
CreateFileAtLocation_1 ( ) : void
CreateFileAtLocation_2 ( ) : void
CreateFileAtLocation_3 ( ) : void
CreateFileAtLocation_4 ( ) : void
CreateFileAtLocation_5 ( ) : void
CreateFileAtLocation_6 ( ) : void
CreateFileAtLocation_7 ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

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

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

public CreateFileAtLocation ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
destination string
destinationLocation string
selected string
username string
password string
resultVar string
result string
errorOccured string
destinationPrivateKeyFile string
exampleTags string
Результат void

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

public CreateFileAtLocationNulls ( string no, string name, string destination, string destinationLocation, string selected, string username, string password, string resultVar, string result, string errorOccured, string destinationPrivateKeyFile, string exampleTags ) : void
no string
name string
destination string
destinationLocation string
selected string
username string
password string
resultVar string
result string
errorOccured string
destinationPrivateKeyFile string
exampleTags string
Результат void

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

public ScenarioCleanup ( ) : void
Результат void

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

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
Результат void