Ejemplo n.º 1
0
 public NewCommand()
 {
     FileSystem          = new FileSystem();
     ZipService          = new ZipFileService(FileSystem);
     KeywordReplacer     = new KeywordReplacer();
     ProcessFactory      = new ProcessFactory();
     PlanExecutor        = new TemplatePlanExecutor(FileSystem);
     SolutionFileService = new SolutionFileService(FileSystem);
     CsProjGatherer      = new CsProjGatherer(FileSystem);
     RakeRunner          = new RakeRunner(ProcessFactory, FileSystem);
 }
Ejemplo n.º 2
0
 public void before_each()
 {
     _projGatherer = new CsProjGatherer(new FileSystem());
 }