Exemplo n.º 1
0
        public GetTableTests()
        {
            base.SetupTest();

            cmdlet = new GetAzureDataFactoryTableCommand()
            {
                CommandRuntime    = commandRuntimeMock.Object,
                DataFactoryClient = dataFactoriesClientMock.Object,
                ResourceGroupName = ResourceGroupName,
                DataFactoryName   = DataFactoryName
            };
        }
Exemplo n.º 2
0
        public GetTableTests()
        {
            base.SetupTest();

            cmdlet = new GetAzureDataFactoryTableCommand()
            {
                CommandRuntime = commandRuntimeMock.Object,
                DataFactoryClient = dataFactoriesClientMock.Object,
                ResourceGroupName = ResourceGroupName,
                DataFactoryName = DataFactoryName
            };
        }