/// <summary> /// Initializes a new instance of the <see cref="StorageAccountsFixture"/> class. /// </summary> /// <param name="fixture">StorageCacheTestFixture.</param> public StorageAccountsFixture(StorageCacheTestFixture fixture) { notes = new List <string>(); this.fixture = fixture; notes.Add("Storage Account Fixture Ctor"); }
/// <summary> /// Initializes a new instance of the <see cref="StorageAccountsFixture"/> class. /// </summary> /// <param name="fixture">StorageCacheTestFixture.</param> public StorageAccountsFixture(StorageCacheTestFixture fixture) { this.fixture = fixture; }