C# Class SpecFlowDocCreator.ViewModels.FeatureVm

Inheritance: TechTalk.SpecFlow.Parser.SyntaxElements.Feature
Afficher le fichier Open project: marcusoftnet/SpecFlow.DocCreator

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateFromSpecFlowFeature ( TechTalk.SpecFlow.Parser.SyntaxElements.Feature specFlowFeature ) : FeatureVm
ExtendWithNUnitInfo ( INUnitReportParser nUnitReportParser ) : void

Method Details

CreateFromSpecFlowFeature() public static méthode

public static CreateFromSpecFlowFeature ( TechTalk.SpecFlow.Parser.SyntaxElements.Feature specFlowFeature ) : FeatureVm
specFlowFeature TechTalk.SpecFlow.Parser.SyntaxElements.Feature
Résultat FeatureVm

ExtendWithNUnitInfo() public méthode

public ExtendWithNUnitInfo ( INUnitReportParser nUnitReportParser ) : void
nUnitReportParser INUnitReportParser
Résultat void