Exemplo n.º 1
0
 protected bool Equals(NugetFolderCache other)
 {
     return _solution.Equals(other._solution) && string.Equals(_folder, other._folder);
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     theCache = new NugetFolderCache(new Solution(), @"c:\nugets");
     fileSystem = new FileSystem();
 }
Exemplo n.º 3
0
 protected bool Equals(NugetFolderCache other)
 {
     return(_solution.Equals(other._solution) && string.Equals(_folder, other._folder));
 }