public SaveDataFactoryRunLogTests() { base.SetupTest(); this._dataSliceRunId = Guid.NewGuid().ToString(); this._cmdlet = new SaveAzureDataFactoryLog() { CommandRuntime = this.commandRuntimeMock.Object, DataFactoryClient = this.dataFactoriesClientMock.Object, ResourceGroupName = ResourceGroupName, DataFactoryName = DataFactoryName, Id = this._dataSliceRunId, }; }
public SaveDataFactoryRunLogTests(Xunit.Abstractions.ITestOutputHelper output) { Azure.ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new Azure.ServiceManagemenet.Common.Models.XunitTracingInterceptor(output)); base.SetupTest(); this._dataSliceRunId = Guid.NewGuid().ToString(); this._cmdlet = new SaveAzureDataFactoryLog() { CommandRuntime = this.commandRuntimeMock.Object, DataFactoryClient = this.dataFactoriesClientMock.Object, ResourceGroupName = ResourceGroupName, DataFactoryName = DataFactoryName, Id = this._dataSliceRunId, }; }