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