C# Class Microsoft.WindowsAzure.Commands.ScenarioTest.TrafficManagerTests

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
TrafficManagerTests ( ITestOutputHelper output ) : System.Collections.Generic

Protected Methods

Method Description
RunPowerShellTest ( ) : void
SetupManagementClients ( ) : void

Private Methods

Method Description
TestAddAzureTrafficManagerEndpoint ( ) : void
TestAddAzureTrafficManagerEndpointNoMinChildEndpoints ( ) : void
TestAddAzureTrafficManagerEndpointNoWeightLocation ( ) : void
TestAddAzureTrafficManagerEndpointTypeTrafficManager ( ) : void
TestAddMultipleAzureTrafficManagerEndpoint ( ) : void
TestCreateAndRemoveProfile ( ) : void
TestDisableProfile ( ) : void
TestDisableProfileWithInvalidCredentials ( ) : void
TestEnableProfile ( ) : void
TestEnableProfileWithInvalidCredentials ( ) : void
TestGetMultipleProfiles ( ) : void
TestGetProfile ( ) : void
TestGetProfileWithInvalidCredentials ( ) : void
TestNewProfile ( ) : void
TestNewProfileInvalidParameters ( ) : void
TestRemoveAzureTrafficManagerEndpoint ( ) : void
TestRemoveProfileWithInvalidCredentials ( ) : void
TestRemoveProfileWithNonExistingName ( ) : void
TestSetAzureTrafficManagerEndpoint ( ) : void
TestSetAzureTrafficManagerEndpointAdds ( ) : void
TestSetAzureTrafficManagerEndpointUpdateWeightLocation ( ) : void
TestSetProfileProperty ( ) : void
TestTestAzureTrafficManagerDomainName ( ) : void

Method Details

RunPowerShellTest() protected method

protected RunPowerShellTest ( ) : void
return void

SetupManagementClients() protected method

protected SetupManagementClients ( ) : void
return void

TrafficManagerTests() public method

public TrafficManagerTests ( ITestOutputHelper output ) : System.Collections.Generic
output ITestOutputHelper
return System.Collections.Generic