C# Класс SpecRun.ScenarioOutlinesFeature

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

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

Метод Описание
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

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

Метод Описание
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

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

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

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

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

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

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

public DealCorrectlyWithOverlongExampleValues ( string value1, string value2, string exampleTags ) : void
value1 string
value2 string
exampleTags string
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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