public void Setup() {
     _processManager = A.Fake<IProcessManager>();
     _pathConfiguration = new PathConfiguration();
     CommonBase.AssemblyLoader = SharedSupport.GetAssemblyLoader();
     _pathConfiguration.SetPaths();
     _tempRsyncExe = _pathConfiguration.ToolCygwinBinPath.GetChildFileWithName("rsync.exe");
     _launcher = new RsyncLauncher(_processManager, _pathConfiguration, new RsyncOutputParser());
 }
 public void Setup() {
     _pathConfiguration = new PathConfiguration();
     CommonBase.AssemblyLoader = SharedSupport.GetAssemblyLoader();
     _pathConfiguration.SetPaths();
 }