SpecFlowDocCreator.Services.SpecFlowReportGenerator.SpecFlowReportGenerator C# (CSharp) Méthode

SpecFlowReportGenerator() public méthode

public SpecFlowReportGenerator ( string rootPath, string featureLanguage ) : System.Collections.Generic
rootPath string
featureLanguage string
Résultat System.Collections.Generic
        public SpecFlowReportGenerator(string rootPath, string featureLanguage)
        {
            this.rootPath = rootPath;
            currentCultureInfo = CultureInfo.CreateSpecificCulture(featureLanguage);
            specFlowParser = new SpecFlowLangParser(currentCultureInfo); 
        }