C# Класс Dev2.Activities.Specs.Toolbox.FileAndFolder.WriteFile.WriteFileFeature

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

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

Метод Описание
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void
WriteFileAtLocation ( string name, string source, string sourceLocation, string method, string content, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
WriteFileAtLocationNull ( string name, string source, string sourceLocation, string method, string content, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void

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

Метод Описание
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
WriteFileAtLocationNull_LocalWithOverwrite ( ) : void
WriteFileAtLocation_Variant0 ( ) : void
WriteFileAtLocation_Variant1 ( ) : void
WriteFileAtLocation_Variant10 ( ) : void
WriteFileAtLocation_Variant11 ( ) : void
WriteFileAtLocation_Variant12 ( ) : void
WriteFileAtLocation_Variant13 ( ) : void
WriteFileAtLocation_Variant14 ( ) : void
WriteFileAtLocation_Variant15 ( ) : void
WriteFileAtLocation_Variant16 ( ) : void
WriteFileAtLocation_Variant2 ( ) : void
WriteFileAtLocation_Variant3 ( ) : void
WriteFileAtLocation_Variant4 ( ) : void
WriteFileAtLocation_Variant5 ( ) : void
WriteFileAtLocation_Variant6 ( ) : void
WriteFileAtLocation_Variant7 ( ) : void
WriteFileAtLocation_Variant8 ( ) : void
WriteFileAtLocation_Variant9 ( ) : void
WriteFileWhenContentsHasVariablesThatCannotBeEvealuated ( ) : void
WriteFileWithCarriageReturns ( ) : void

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

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

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

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

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

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

public WriteFileAtLocation ( string name, string source, string sourceLocation, string method, string content, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
name string
source string
sourceLocation string
method string
content string
username string
password string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
exampleTags string
Результат void

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

public WriteFileAtLocationNull ( string name, string source, string sourceLocation, string method, string content, string username, string password, string resultVar, string result, string errorOccured, string sourcePrivateKeyFile, string exampleTags ) : void
name string
source string
sourceLocation string
method string
content string
username string
password string
resultVar string
result string
errorOccured string
sourcePrivateKeyFile string
exampleTags string
Результат void