Пример #1
0
 public void SetUp()
 {
     theTemplates = TemplateLibrary.BuildClean("validation");
     theTemplates.StartTemplate(TemplateType.Solution, "Simple");
     theTemplates.StartTemplate(TemplateType.Solution, "Complex");
     theTemplates.StartTemplate(TemplateType.Project, "MvcApp");
     theTemplates.StartTemplate(TemplateType.Project, "MvcBottle");
     theTemplates.StartTemplate(TemplateType.Alteration, "Assets");
     theTemplates.StartTemplate(TemplateType.Alteration, "HtmlConventions");
 }