SpecFlowDocCreator.Services.SpecFlowReportGenerator.SpecFlowReportGenerator C# (CSharp) Метод

SpecFlowReportGenerator() публичный Метод

public SpecFlowReportGenerator ( string rootPath, string featureLanguage ) : System.Collections.Generic
rootPath string
featureLanguage string
Результат System.Collections.Generic
        public SpecFlowReportGenerator(string rootPath, string featureLanguage)
        {
            this.rootPath = rootPath;
            currentCultureInfo = CultureInfo.CreateSpecificCulture(featureLanguage);
            specFlowParser = new SpecFlowLangParser(currentCultureInfo); 
        }