public Base_PersistenceGrainTests_AWSStore(ITestOutputHelper output, BaseClusterFixture fixture) { if (!AWSTestConstants.IsDynamoDbAvailable) throw new SkipException("Unable to connect to DynamoDB simulator"); this.output = output; HostedCluster = fixture.HostedCluster; timingFactor = TestUtils.CalibrateTimings(); }
public ReminderTests_Base(BaseClusterFixture fixture) { HostedCluster = fixture.HostedCluster; ClientConfiguration cfg = ClientConfiguration.LoadFromFile("ClientConfigurationForTesting.xml"); LogManager.Initialize(cfg); #if DEBUG LogManager.AddTraceLevelOverride("Storage", Severity.Verbose3); LogManager.AddTraceLevelOverride("Reminder", Severity.Verbose3); #endif log = LogManager.GetLogger(this.GetType().Name, LoggerType.Application); }
public Base_PersistenceGrainTests_AWSStore(ITestOutputHelper output, BaseClusterFixture fixture) { this.output = output; HostedCluster = fixture.HostedCluster; timingFactor = TestUtils.CalibrateTimings(); }