C# Class AkzeptanzTests.Features.HilfeFeature

Datei anzeigen Open project: it-agile/nerd-golf-tracker.NET

Public Methods

Method Description
HilfeZuKommandos ( string kommando, string exampleTags ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
AllgemeineHilfe ( ) : void
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
HilfeZuKommandos_Hilfe ( ) : void
HilfeZuKommandos_NaechstesLoch ( ) : void
HilfeZuKommandos_SchlageBall ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void

Method Details

HilfeZuKommandos() public method

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