public void SetUp() { TestCache.Clear(); _testInstantPackageManager = new InstantPackageManager(new PackageSourceDictionary(new TestCache())); }
public void SetUp() { TestCache.Clear(); _testSourceDictionary = new PackageSourceDictionary(new TestCache()); //_testSourceDictionary.Clear();// This is part of the API we're testing, so it shouldn't be in the setup! }