public MVC6SampleTest() { this.tester = new ProjectTemplateTester( ConfigurationManager.AppSettings["ProjectPath"], ConfigurationManager.AppSettings["TempDirectoryPath"]); }
public MVC6SampleTest() { this.tester = new ProjectTemplateTester( ConfigurationService.ProjectFilePath, ConfigurationService.TempDirectoryPath); }