Пример #1
0
        protected override void RunTool()
        {
            var tool = new ReportUnitRunner(FileSystem, Environment, ProcessRunner, Globber);

            tool.Run(InputFile, OutputFile, Settings);
        }
        protected override void RunTool()
        {
            var tool = new ReportUnitRunner(this.FileSystem, this.Environment, this.ProcessRunner, this.Globber);

            tool.Run(this.InputFolder, this.OutputFolder, this.Settings);
        }