FeatureContext features

Tags: @andThisToo, @showUpInScenarioInfo

            In order to show how to use FeatureContext
As a SpecFlow evangelist
I want to write some simple scenarios with data in FeatureContext

          
  • Store and retrive Person Marcus from FeatureContext Current

    Tags: @andThisToo, @showUpInScenarioInfo

    • When I store a person called Marcus in the current FeatureContext
    • Then a person called Marcus can easily be retrieved from the current FeatureContext
  • Showing information of the feature

    Tags: @andThisToo, @showUpInScenarioInfo

    • When I execute any scenario in the feature
    • Then the FeatureInfo contains the following information
      FieldValue
      TagsshowUpInScenarioInfo, andThisToo
      TitleFeatureContext features
      TargetLanguageCSharp
      Languageen-US
      DescriptionIn order to