C# Class SpecRun.ScenarioOutlinesFeature

Datei anzeigen Open project: picklesdoc/pickles

Public Methods

Method Description
AndWeCanGoTotallyBonkersWithMultipleExampleSections_ ( string result, string exampleTags ) : void
DealCorrectlyWithBackslashesInTheExamples ( string filePath, string exampleTags ) : void
DealCorrectlyWithOverlongExampleValues ( string value1, string value2, string exampleTags ) : void
DealCorrectlyWithParenthesisInTheExamples ( string overlyDescriptiveField, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void
TestInitialize ( ) : void
ThisIsAScenarioOutlineWhereAllScenariosPass ( string result, string exampleTags ) : void
ThisIsAScenarioOutlineWhereOneScenarioFails ( string result, string exampleTags ) : void
ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive ( string result, string exampleTags ) : void

Private Methods

Method Description
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet0_Pass_1 ( ) : void
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet0_Pass_2 ( ) : void
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet1_Inconclusive_1 ( ) : void
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet1_Inconclusive_2 ( ) : void
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet2_Fail_1 ( ) : void
AndWeCanGoTotallyBonkersWithMultipleExampleSections__ExampleSet2_Fail_2 ( ) : void
DealCorrectlyWithBackslashesInTheExamples_CTemp ( ) : void
DealCorrectlyWithOverlongExampleValues_PleaseEnterAValidTwoLetterCountryCodeE_G_DE ( ) : void
DealCorrectlyWithParenthesisInTheExamples_ThisIsADescriptionAndMore ( ) : void
FeatureSetup ( ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestRunCleanup ( ) : void
ThisIsAScenarioOutlineWhereAllScenariosPass_Pass_1 ( ) : void
ThisIsAScenarioOutlineWhereAllScenariosPass_Pass_2 ( ) : void
ThisIsAScenarioOutlineWhereAllScenariosPass_Pass_3 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioFails_Fail_1 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioFails_Pass_1 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioFails_Pass_2 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive_Inconclusive_1 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive_Pass_1 ( ) : void
ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive_Pass_2 ( ) : void

Method Details

AndWeCanGoTotallyBonkersWithMultipleExampleSections_() public method

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

DealCorrectlyWithBackslashesInTheExamples() public method

public DealCorrectlyWithBackslashesInTheExamples ( string filePath, string exampleTags ) : void
filePath string
exampleTags string
return void

DealCorrectlyWithOverlongExampleValues() public method

public DealCorrectlyWithOverlongExampleValues ( string value1, string value2, string exampleTags ) : void
value1 string
value2 string
exampleTags string
return void

DealCorrectlyWithParenthesisInTheExamples() public method

public DealCorrectlyWithParenthesisInTheExamples ( string overlyDescriptiveField, string exampleTags ) : void
overlyDescriptiveField string
exampleTags string
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

ThisIsAScenarioOutlineWhereAllScenariosPass() public method

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

ThisIsAScenarioOutlineWhereOneScenarioFails() public method

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

ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive() public method

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