C# Class SpecRun.ScenarioOutlinesFeature

Afficher le fichier Open project: picklesdoc/pickles

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AndWeCanGoTotallyBonkersWithMultipleExampleSections_ ( string result, string exampleTags ) : void
result string
exampleTags string
Résultat void

DealCorrectlyWithBackslashesInTheExamples() public méthode

public DealCorrectlyWithBackslashesInTheExamples ( string filePath, string exampleTags ) : void
filePath string
exampleTags string
Résultat void

DealCorrectlyWithOverlongExampleValues() public méthode

public DealCorrectlyWithOverlongExampleValues ( string value1, string value2, string exampleTags ) : void
value1 string
value2 string
exampleTags string
Résultat void

DealCorrectlyWithParenthesisInTheExamples() public méthode

public DealCorrectlyWithParenthesisInTheExamples ( string overlyDescriptiveField, string exampleTags ) : void
overlyDescriptiveField string
exampleTags string
Résultat void

ScenarioCleanup() public méthode

public ScenarioCleanup ( ) : void
Résultat void

ScenarioSetup() public méthode

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
Résultat void

TestInitialize() public méthode

public TestInitialize ( ) : void
Résultat void

ThisIsAScenarioOutlineWhereAllScenariosPass() public méthode

public ThisIsAScenarioOutlineWhereAllScenariosPass ( string result, string exampleTags ) : void
result string
exampleTags string
Résultat void

ThisIsAScenarioOutlineWhereOneScenarioFails() public méthode

public ThisIsAScenarioOutlineWhereOneScenarioFails ( string result, string exampleTags ) : void
result string
exampleTags string
Résultat void

ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive() public méthode

public ThisIsAScenarioOutlineWhereOneScenarioIsInconclusive ( string result, string exampleTags ) : void
result string
exampleTags string
Résultat void