Exemplo n.º 1
0
        public void ProcessGetAzurePublishSettingsTest()
        {
            ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand {
                Name = null
            };

            showAzurePortalCommand.ProcessShowAzurePortal();
        }
        public void ProcessGetAzurePublishSettingsTest()
        {
            ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand
            {
                Name = null,
                Environment = EnvironmentName.AzureCloud,
                Realm = "microsoft.com"
            };

            showAzurePortalCommand.ExecuteCmdlet();

            //If test reaches here then it passed.
        }
        public void ProcessGetAzurePublishSettingsTest()
        {
            ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand
            {
                Name        = null,
                Environment = EnvironmentName.AzureCloud,
                Realm       = "microsoft.com"
            };

            showAzurePortalCommand.ExecuteCmdlet();

            //If test reaches here then it passed.
        }
 public void ProcessGetAzurePublishSettingsTest()
 {
     ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand { Name = null };
     showAzurePortalCommand.ProcessShowAzurePortal();
 }