public GetDataFactoryGatewayTests()
        {
            base.SetupTest();

            _cmdlet = new GetAzureDataFactoryGatewayCommand
            {
                CommandRuntime    = commandRuntimeMock.Object,
                DataFactoryClient = dataFactoriesClientMock.Object,
                ResourceGroupName = ResourceGroupName
            };
        }
Ejemplo n.º 2
0
        public GetDataFactoryGatewayTests(Xunit.Abstractions.ITestOutputHelper output)
        {
            Azure.ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new Azure.ServiceManagement.Common.Models.XunitTracingInterceptor(output));
            base.SetupTest();

            _cmdlet = new GetAzureDataFactoryGatewayCommand
            {
                CommandRuntime    = commandRuntimeMock.Object,
                DataFactoryClient = dataFactoriesClientMock.Object,
                ResourceGroupName = ResourceGroupName
            };
        }