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