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