C# Class SpecSalad.features.Features.GivenSyntaxOptionsFeature

Mostra file Open project: DuncanButler/SpecSalad

Public Methods

Method Description
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
CallingGivenAndWithTheSyntaxIAttemptTo ( ) : void
CallingGivenAndWithTheSyntaxIDid ( ) : void
CallingGivenAndWithTheSyntaxIWasAbleTo ( ) : void
CallingGivenAndWithTheSyntaxIWereAbleTo ( ) : void
CallingGivenAndWithTheSyntaxIncludingACommaInsteadOfTheColon ( ) : void
CallingGivenWithTheSyntaxIAmA ( ) : void
CallingGivenWithTheSyntaxIAmAn ( ) : void
CallingGivenWithTheSyntaxYouAreA ( ) : void
CallingGivenWithTheSyntaxYouAreAn ( ) : void
FeatureSetup ( ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
UsingTheGivenDoesSyntaxWithMultipleRoles ( ) : void
UsingTheGivenDoesSyntaxWithMultipleRolesUsingAn ( ) : void

Method Details

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

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