C# Class SpecFlowDocCreator.Services.SpecFlowReportGenerator

Inheritance: ISpecFlowReportGenerator
ファイルを表示 Open project: marcusoftnet/SpecFlow.DocCreator Class Usage Examples

Public Methods

Method Description
GetSpecFlowFeatures ( ) : IList
SpecFlowReportGenerator ( string rootPath, string featureLanguage ) : System.Collections.Generic

Private Methods

Method Description
ParseSpecFlowFeature ( string featureFile ) : TechTalk.SpecFlow.Parser.SyntaxElements.Feature

Method Details

GetSpecFlowFeatures() public method

public GetSpecFlowFeatures ( ) : IList
return IList

SpecFlowReportGenerator() public method

public SpecFlowReportGenerator ( string rootPath, string featureLanguage ) : System.Collections.Generic
rootPath string
featureLanguage string
return System.Collections.Generic