/// <summary>
 /// Initializes a new instance of the <see cref="StorageTargetTests"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 /// <param name="storageAccountsFixture">Storage account fixture<see cref="StorageAccountsFixture"/>.</param>
 public StorageTargetTests(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture, StorageAccountsFixture storageAccountsFixture)
 {
     this.fixture                = fixture;
     this.testOutputHelper       = testOutputHelper;
     this.storageAccountsFixture = storageAccountsFixture;
     testOutputHelper.WriteLine(storageAccountsFixture.notes.ToString());
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="StorageCacheTest"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 public StorageCacheTest(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture)
 {
     this.fixture          = fixture;
     this.testOutputHelper = testOutputHelper;
     testOutputHelper.WriteLine(fixture.notes.ToString());
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="StorageCacheTest"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 public StorageCacheTest(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture)
 {
     this.fixture          = fixture;
     this.testOutputHelper = testOutputHelper;
 }
示例#4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="StorageTargetTests"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 /// <param name="storageAccountsFixture">Storage account fixture<see cref="StorageAccountsFixture"/>.</param>
 public StorageTargetTests(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture, StorageAccountsFixture storageAccountsFixture)
 {
     this.fixture                = fixture;
     this.testOutputHelper       = testOutputHelper;
     this.storageAccountsFixture = storageAccountsFixture;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="UsageModelTests"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 public UsageModelTests(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture)
 {
     this.fixture          = fixture;
     this.testOutputHelper = testOutputHelper;
 }
示例#6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OperationsTests"/> class.
 /// </summary>
 /// <param name="testOutputHelper">The testOutputHelper<see cref="ITestOutputHelper"/>.</param>
 /// <param name="fixture">The Fixture<see cref="StorageCacheTestFixture"/>.</param>
 public OperationsTests(ITestOutputHelper testOutputHelper, StorageCacheTestFixture fixture)
 {
     this.fixture          = fixture;
     this.testOutputHelper = testOutputHelper;
 }