C# Класс SpecRun.ScenariosWithSpecialCharactersFeature

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

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

Метод Описание
FeatureBackground ( ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void
TestInitialize ( ) : void
ThisIsAScenarioOutlineWithGermanUmlautsAouBAOU ( string result, string exampleTags ) : void
ThisIsAScenarioOutlineWithParenthesesHyphenAndComma10_2030_40 ( string result, string exampleTags ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters ( string regex, string exampleTags ) : void

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

Метод Описание
FeatureSetup ( ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestRunCleanup ( ) : void
ThisIsAScenarioOutlineWithGermanUmlautsAouBAOU_Pass_1 ( ) : void
ThisIsAScenarioOutlineWithParenthesesHyphenAndComma10_2030_40_Pass_1 ( ) : void
ThisIsAScenarioWithParenthesesHyphenAndComma10_2030_40 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant0 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant1 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant2 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant3 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant4 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant5 ( ) : void
ThisScenarioContainsExamplesWithRegex_SpecialCharacters_Variant6 ( ) : void

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

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

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

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

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

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

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

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

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

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

public ThisIsAScenarioOutlineWithGermanUmlautsAouBAOU ( string result, string exampleTags ) : void
result string
exampleTags string
Результат void

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

public ThisIsAScenarioOutlineWithParenthesesHyphenAndComma10_2030_40 ( string result, string exampleTags ) : void
result string
exampleTags string
Результат void

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

public ThisScenarioContainsExamplesWithRegex_SpecialCharacters ( string regex, string exampleTags ) : void
regex string
exampleTags string
Результат void