public void SetupIsolatedSolutionAndUnrelatedPackages()
 {
     _solutionDir  = Isolation.GetIsolatedTestSolutionDir();
     _solutionFile = new FileInfo(Path.Combine(_solutionDir.FullName, Paths.AdapterTestsSolutionFile.Name));
     _projectWithDependenciesFile = new FileInfo(Path.Combine(_solutionDir.FullName, Paths.ProjectWithDependenciesRelativeToSolutionDir));
     _console = new ConsoleMock();
 }
Exemple #2
0
 public void SetupIsolatedSolutionAndUnrelatedPackages()
 {
     _solutionDir   = Isolation.GetIsolatedTestSolutionDir();
     _solutionFile  = Path.Combine(_solutionDir.FullName, Paths.AdapterTestsSolutionFile.Name);
     _packageSource = Isolation.GetIsolatedEmptyPackageSource();
 }