C# Class SpecRun.ScenariosWithSpecialCharactersFeature

Show file Open project: picklesdoc/pickles

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

FeatureBackground() public method

public FeatureBackground ( ) : void
return void

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void

TestInitialize() public method

public TestInitialize ( ) : void
return void

ThisIsAScenarioOutlineWithGermanUmlautsAouBAOU() public method

public ThisIsAScenarioOutlineWithGermanUmlautsAouBAOU ( string result, string exampleTags ) : void
result string
exampleTags string
return void

ThisIsAScenarioOutlineWithParenthesesHyphenAndComma10_2030_40() public method

public ThisIsAScenarioOutlineWithParenthesesHyphenAndComma10_2030_40 ( string result, string exampleTags ) : void
result string
exampleTags string
return void

ThisScenarioContainsExamplesWithRegex_SpecialCharacters() public method

public ThisScenarioContainsExamplesWithRegex_SpecialCharacters ( string regex, string exampleTags ) : void
regex string
exampleTags string
return void